gallery.accords-library.com/szurubooru/services/errors.py

10 lines
196 B
Python
Raw Normal View History

''' Exports custom errors. '''
class AuthError(RuntimeError):
''' Generic authentication error '''
pass
class IntegrityError(RuntimeError):
''' Database integrity error '''
pass