Skip to content

Commit

Permalink
#39: Add MultipleIncludeError
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 18, 2019
1 parent 40a3463 commit 13ac77e
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 @@ -10,6 +10,10 @@ class BadFilterError(ApiError):
pass


class MultipleIncludeError(BadFilterError):
pass


class AuthenticationError(ApiError):
pass

Expand Down

0 comments on commit 13ac77e

Please sign in to comment.