aerich/aerich/exceptions.py

11 lines
168 B
Python

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