aerich/aerich/exceptions.py
2020-09-21 11:44:34 +08:00

5 lines
86 B
Python

class NotSupportError(Exception):
"""
raise when features not support
"""