Add files via upload

This commit is contained in:
blueShard-dev 2020-07-12 19:20:55 +00:00 committed by GitHub
parent cadabc39f9
commit 7c5cb160f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
aionlib/_errors.py Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/python3
class AionNotInstalledError(Exception):
def __init__(self):
super().__init__("Aion isn't installed")