From 06e32c14bcb5a1ef1a5e618a1b413ea011416c9d Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 19 Apr 2018 17:10:42 +0200 Subject: raise MastodonReadTimeout when a stream times out --- mastodon/Mastodon.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 5461661..49597ca 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -1872,6 +1872,10 @@ class MastodonNetworkError(MastodonIOError): """Raised when network communication with the server fails""" pass +class MastodonReadTimeout(MastodonNetworkError): + """Raised when a stream times out""" + pass + class MastodonAPIError(MastodonError): """Raised when the mastodon API generates a response that cannot be handled""" -- cgit v1.2.3