aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/errors.py
AgeCommit message (Collapse)Author
2023-09-26Handle AuthorisationError at the top-levelFrederick Muriuki Muriithi
Add an error handler to gracefully handle the custom AuthorisationError at the application's top-level to avoid having to manually handle it everywhere that the error (and its sub-classes) might be raised.