experimental-accounting-api/accounting/exceptions.py
2013-12-17 15:41:30 +01:00

10 lines
283 B
Python

# Part of accounting-api project:
# https://gitorious.org/conservancy/accounting-api
# License: AGPLv3-or-later
class AccountingException(Exception):
'''
Used as a base for exceptions that are returned to the caller via the
jsonify_exceptions decorator
'''
pass