mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
5 lines
No EOL
81 B
Python
5 lines
No EOL
81 B
Python
class RequestError(Exception):
|
|
pass
|
|
|
|
class NotFoundError(Exception):
|
|
pass |