1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-03-13 03:57:31 +00:00
royalnet/errors.py

8 lines
131 B
Python

class RequestError(Exception):
pass
class NotFoundError(Exception):
pass
class AlreadyExistingError(Exception):
pass