process_error

This commit is contained in:
James Turk 2021-06-05 01:47:40 -04:00
parent 86348fc54e
commit 3f8d380bf8

View File

@ -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)