From 3f8d380bf804b9ce5c34903a3a54dc7cee314b70 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 5 Jun 2021 01:47:40 -0400 Subject: [PATCH] process_error --- examples/quickstart.py | 3 +++ 1 file changed, 3 insertions(+) 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)