mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-25 06:05:03 +00:00
8 lines
131 B
Python
8 lines
131 B
Python
class RequestError(Exception):
|
|
pass
|
|
|
|
class NotFoundError(Exception):
|
|
pass
|
|
|
|
class AlreadyExistingError(Exception):
|
|
pass
|