kill AuthenticationError
authorKenneth Reitz <me@kennethreitz.com>
Sun, 18 Sep 2011 05:32:00 +0000 (01:32 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 18 Sep 2011 05:32:00 +0000 (01:32 -0400)
requests/exceptions.py

index f6585f46a1a7d984b8d0a6baa7e5cd85a5d8544e..c7aeca634dcdf3fb38a8df6ae92282dd65e8a308 100644 (file)
@@ -10,9 +10,6 @@ class RequestException(Exception):
     """There was an ambiguous exception that occured while handling your
     request."""
 
-class AuthenticationError(RequestException):
-    """The authentication credentials provided were invalid."""
-
 class Timeout(RequestException):
     """The request timed out."""