Files
python-client-sdk/revolt/errors.py
T
2021-08-28 23:09:23 +01:00

9 lines
191 B
Python

class RevoltError(Exception):
"Base exception for revolt"
class HTTPError(RevoltError):
"Base exception for http errors"
class ServerError(RevoltError):
"Internal server error"