diff options
| author | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
|---|---|---|
| committer | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
| commit | f7a40b9e13d242968db83acaac13660224eb0143 (patch) | |
| tree | d8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /src/couch/exceptions.py | |
| parent | 8baecf339e8061160bee519e87ffe837d1525c18 (diff) | |
new direction
Diffstat (limited to 'src/couch/exceptions.py')
| -rw-r--r-- | src/couch/exceptions.py | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/couch/exceptions.py b/src/couch/exceptions.py deleted file mode 100644 index d7e037b..0000000 --- a/src/couch/exceptions.py +++ /dev/null @@ -1,38 +0,0 @@ -# -*- coding: utf-8 -*- -# Based on py-couchdb (https://github.com/histrio/py-couchdb) - - -class Error(Exception): - pass - - -class UnexpectedError(Error): - pass - - -class FeedReaderExited(Error): - pass - - -class ApiError(Error): - pass - - -class GenericError(ApiError): - pass - - -class Conflict(ApiError): - pass - - -class NotFound(ApiError): - pass - - -class BadRequest(ApiError): - pass - - -class AuthenticationFailed(ApiError): - pass |
