Python-StreamedRequests/streamedrequests/exceptions.py

2 lines
108 B
Python
Raw Permalink Normal View History

2019-07-05 08:38:08 +00:00
class ResponseLimitReached(Exception):
'''For when the response of a streamed request exceeds the max'''