summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-11-20 15:20:33 -0400
committerKali Kaneko <kali@leap.se>2015-11-20 15:48:49 -0400
commit34731d6208de517be3fa387e57fb90efb265b554 (patch)
treeafb308080a28ef6aef473e848ded04a3b1c638bd
parentbb228d13aa14cabe7448f9c7e5b55744de36843a (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.
-rw-r--r--common/src/leap/soledad/common/errors.py1
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