process_error
This commit is contained in:
parent
86348fc54e
commit
3f8d380bf8
@ -44,3 +44,6 @@ class EmployeeDetail(HtmlPage):
|
|||||||
# in this case a dict we can expand here
|
# in this case a dict we can expand here
|
||||||
**self.input,
|
**self.input,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def process_error_response(self, exception):
|
||||||
|
self.logger.warning(exception)
|
||||||
|
Loading…
Reference in New Issue
Block a user