Merge pull request #152 from dod-ccpo/log-errors

Log errors
This commit is contained in:
dandds
2018-08-09 12:41:00 -04:00
committed by GitHub
3 changed files with 7 additions and 3 deletions

View File

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