X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=diaspy%2Ferrors.py;h=d4eac5fd791019fe2742eb8bbf442dc575889fb7;hb=615edb730a66b01845ce3f8b151dfcf6811b7e6f;hp=35f1cf92c6ce9b782bea0051269f563b2f95f7a9;hpb=9e470d5b6b15633f26d051d5a39d4b08dc55a988;p=diaspy.git diff --git a/diaspy/errors.py b/diaspy/errors.py index 35f1cf9..d4eac5f 100644 --- a/diaspy/errors.py +++ b/diaspy/errors.py @@ -22,6 +22,12 @@ class UserError(DiaspyError): pass +class InvalidHandleError(DiaspyError): + """Raised when invalid handle is found. + """ + pass + + class SearchError(DiaspyError): """Exception raised when something related to search goes wrong. """