diff options
Diffstat (limited to 'sleekxmpp/thirdparty/suelta/exceptions.py')
-rw-r--r-- | sleekxmpp/thirdparty/suelta/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sleekxmpp/thirdparty/suelta/exceptions.py b/sleekxmpp/thirdparty/suelta/exceptions.py index 625cca0e..40d8bad3 100644 --- a/sleekxmpp/thirdparty/suelta/exceptions.py +++ b/sleekxmpp/thirdparty/suelta/exceptions.py @@ -29,3 +29,7 @@ class SASLCancelled(SASLError): :type sasl: `suelta.SASL` """ super(SASLCancelled, self).__init__(sasl, "User cancelled", mech) + + +class SASLPrepFailure(UnicodeError): + pass |