diff options
Diffstat (limited to 'sleekxmpp/exceptions.py')
-rw-r--r-- | sleekxmpp/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/exceptions.py b/sleekxmpp/exceptions.py index 40217ef6..980c6b6e 100644 --- a/sleekxmpp/exceptions.py +++ b/sleekxmpp/exceptions.py @@ -6,6 +6,7 @@ See the file LICENSE for copying permission. """ + class XMPPError(Exception): """ |