experimental-accounting-api/accounting/exceptions.py
2013-12-11 00:25:16 +01:00

6 lines
170 B
Python

class AccountingException(Exception):
'''
Used as a base for exceptions that are returned to the caller via the
jsonify_exceptions decorator
'''
pass