Skip to content

Commit d022184

Browse files
committed
GH-22: Remove the OAuth2BadCredentialsError
1 parent fe43361 commit d022184

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fastapi_oauth2/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ class OAuth2AuthenticationError(OAuth2Error):
99
"""Raised when authentication fails."""
1010

1111

12-
class OAuth2BadCredentialsError(OAuth2Error):
13-
"""Raised when credentials are invalid."""
14-
15-
1612
class OAuth2InvalidRequestError(OAuth2Error):
1713
"""Raised when request is invalid."""

0 commit comments

Comments
 (0)