7 lines
80 B
Python
7 lines
80 B
Python
class ConfigurationError(Exception):
|
|
"""
|
|
config error
|
|
"""
|
|
|
|
pass
|