2 lines
108 B
Python
2 lines
108 B
Python
|
class ResponseLimitReached(Exception):
|
||
|
'''For when the response of a streamed request exceeds the max'''
|