aerich/aerich/exceptions.py
2020-05-15 13:25:28 +08:00

7 lines
80 B
Python

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