mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
10 lines
133 B
Python
10 lines
133 B
Python
class RequestError(Exception):
|
|
pass
|
|
|
|
|
|
class NotFoundError(Exception):
|
|
pass
|
|
|
|
|
|
class AlreadyExistingError(Exception):
|
|
pass
|