Mastodonplus.py/mastodon
Elizabeth Myers c64617ee94 Redesign exception hierarchy
All Mastodon.py errors now derive from MastodonError, for easier
catching in application code that just wants to see if something
happened, and isn't too miffed about the details.

I/O Errors derive from MastodonIOError, for similar reasons.

This change is designed to be backwards compatible.
2017-09-25 19:11:16 -05:00
..
__init__.py Initial implementation of streaming API 2017-04-10 08:18:08 +01:00
Mastodon.py Redesign exception hierarchy 2017-09-25 19:11:16 -05:00
streaming.py not pep8 compliant #71 2017-09-05 22:59:32 +02:00