diff --git a/examples/quickstart.py b/examples/quickstart.py index e4d031b..b7d2028 100644 --- a/examples/quickstart.py +++ b/examples/quickstart.py @@ -44,3 +44,6 @@ class EmployeeDetail(HtmlPage): # in this case a dict we can expand here **self.input, ) + + def process_error_response(self, exception): + self.logger.warning(exception)