Skip to content

Commit

Permalink
#1: Add bad request exception
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 20, 2019
1 parent 02e44d2 commit fc6b12e
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 @@ -12,3 +12,7 @@ class BadFilterError(ApiError):

class AuthenticationError(ApiError):
pass


class BadRequestError(ApiError):
pass

0 comments on commit fc6b12e

Please sign in to comment.