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