1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/errors.py

9 lines
131 B
Python
Raw Normal View History

2017-10-05 09:47:59 +02:00
class RequestError(Exception):
2017-10-08 20:26:51 +02:00
pass
class NotFoundError(Exception):
2017-10-27 11:53:05 +02:00
pass
class AlreadyExistingError(Exception):
2017-10-30 10:46:37 +01:00
pass