diff options
author | Lance Stout <lancestout@gmail.com> | 2011-12-31 01:28:41 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-12-31 01:28:41 -0500 |
commit | 03bc38f7e34f6f8f6d79b58477d56df8e488578c (patch) | |
tree | 326a5b6b5a906294f4849f906476c5ee88ae1367 /docs/api/exceptions.rst | |
parent | 4e23a4e08e94db3292be41010d4da572c7ce9ee0 (diff) | |
download | slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.gz slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.bz2 slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.xz slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.zip |
Add docs on using Iq stanzas.
Diffstat (limited to 'docs/api/exceptions.rst')
-rw-r--r-- | docs/api/exceptions.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst new file mode 100644 index 00000000..7bc72ce5 --- /dev/null +++ b/docs/api/exceptions.rst @@ -0,0 +1,14 @@ +Exceptions +========== + +.. module:: sleekxmpp.exceptions + + +.. autoexception:: XMPPError + :members: + +.. autoexception:: IqError + :members: + +.. autoexception:: IqTimeout + :members: |