Uhr in der Küche.
unversionierte Dateien
This commit is contained in:
9
ConfigError.py
Normal file
9
ConfigError.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class ConfigError(Exception):
|
||||
def __init_(self,message):
|
||||
self.message = message
|
||||
super().__init(message)
|
||||
|
||||
def __str__(self):
|
||||
return self.message
|
||||
|
||||
|
Reference in New Issue
Block a user