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

5 lines
No EOL
81 B
Python

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