Skip to content

Commit

Permalink
#61: Add missing credentials exception
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 16, 2019
1 parent db5330d commit ccef03e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class AuthenticationError(ApiError):
pass


class MissingCredentialsError(AuthenticationError):
pass


class BadRequestError(ApiError):
pass

Expand Down

0 comments on commit ccef03e

Please sign in to comment.