7 lines
94 B
Python
7 lines
94 B
Python
class AlreadyVisitedError(Exception):
|
|
pass
|
|
|
|
|
|
class HTTPResponseError(Exception):
|
|
pass
|