From d9fa3b96ecab96b92ef0258ce71fc8982a310233 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 17 Mar 2012 15:32:50 -0700 Subject: working ep.io deployment --- requests/exceptions.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 requests/exceptions.py (limited to 'requests/exceptions.py') diff --git a/requests/exceptions.py b/requests/exceptions.py deleted file mode 100644 index c08c614..0000000 --- a/requests/exceptions.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -requests.exceptions -~~~~~~~~~~~~~~~ - -""" - -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.""" - -class URLRequired(RequestException): - """A valid URL is required to make a request.""" - -class InvalidMethod(RequestException): - """An inappropriate method was attempted.""" - -class TooManyRedirects(RequestException): - """Too many redirects.""" -- cgit v1.3.1