aerich/aerich/exceptions.py
2020-10-09 11:53:50 +08:00

5 lines
86 B
Python

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