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

12 lines
144 B
Python
Raw Normal View History

2021-09-17 10:21:51 +03:00
class AternosError(Exception):
pass
class AternosCredentialsError(AternosError):
pass
class AternosServerStartError(AternosError):
pass