mirror of
https://github.com/bytedream/aionlib.git
synced 2025-12-15 09:40:45 +01:00
Add files via upload
This commit is contained in:
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")
|
||||||
Reference in New Issue
Block a user