log errors in error handlers

This commit is contained in:
dandds
2018-08-09 11:48:33 -04:00
parent 1338e36b1c
commit fc436af134
2 changed files with 5 additions and 1 deletions

View File

@@ -27,4 +27,6 @@ class UnauthorizedError(Exception):
class UnauthenticatedError(Exception):
pass
@property
def message(self):
return str(self)