mirror of
https://github.com/bytedream/aionlib.git
synced 2025-05-09 20:05:08 +02:00
Add files via upload
This commit is contained in:
parent
cadabc39f9
commit
7c5cb160f9
7
aionlib/_errors.py
Normal file
7
aionlib/_errors.py
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
|
||||
class AionNotInstalledError(Exception):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__("Aion isn't installed")
|
Loading…
x
Reference in New Issue
Block a user