Skip to content

Commit

Permalink
REMOVE: unused exeption
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarrera27 committed Jul 20, 2018
1 parent ad84ab0 commit 266fd5a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flask_graphql_auth/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ class NoAuthorizationError(JWTExtendedException):
pass


class CSRFError(JWTExtendedException):
"""
An error with CSRF protection
"""
pass


class WrongTokenError(JWTExtendedException):
"""
Error raised when attempting to use a refresh token to access an endpoint
Expand Down

0 comments on commit 266fd5a

Please sign in to comment.