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

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")