experimental-accounting-api/accounting/exceptions.py

7 lines
170 B
Python
Raw Normal View History

2013-12-10 23:25:16 +00:00
class AccountingException(Exception):
'''
Used as a base for exceptions that are returned to the caller via the
jsonify_exceptions decorator
'''
pass