diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-20 15:20:33 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-20 15:48:49 -0400 |
commit | 34731d6208de517be3fa387e57fb90efb265b554 (patch) | |
tree | afb308080a28ef6aef473e848ded04a3b1c638bd /common/src/leap | |
parent | bb228d13aa14cabe7448f9c7e5b55744de36843a (diff) |
[bug] do not register exception, breaks
since the exception doesn't have the code and description, it breaks.
we don't need those since the couch child exception describes them.
Diffstat (limited to 'common/src/leap')
-rw-r--r-- | common/src/leap/soledad/common/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/errors.py b/common/src/leap/soledad/common/errors.py index 7a8a8929..f783404c 100644 --- a/common/src/leap/soledad/common/errors.py +++ b/common/src/leap/soledad/common/errors.py @@ -145,7 +145,6 @@ class InvalidURLError(Exception): """ -@register_exception class BackendNotReadyError(SoledadError): """ Generic exception raised when the backend is not ready to dispatch a client |