Python-StreamedRequests/streamedrequests/exceptions.py

2 lines
108 B
Python

class ResponseLimitReached(Exception):
'''For when the response of a streamed request exceeds the max'''