This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python-aternos/python_aternos/aterrors.py
2022-04-28 09:23:02 +04:00

14 lines
218 B
Python

class AternosError(Exception):
pass
class CloudflareError(AternosError):
pass
class CredentialsError(AternosError):
pass
class ServerError(AternosError):
pass
class FileError(AternosError):
pass