aerich/alice/exceptions.py
2020-05-14 18:46:17 +08:00

7 lines
80 B
Python

class ConfigurationError(Exception):
"""
config error
"""
pass