From 34731d6208de517be3fa387e57fb90efb265b554 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 20 Nov 2015 15:20:33 -0400 Subject: [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. --- common/src/leap/soledad/common/errors.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3