Files @ 032175cd26d9
Branch filter:

Location: NPO-Accounting/experimental-accounting-api/accounting/exceptions.py

Joar Wandborg
Added transaction IDs and metadata
1
2
3
4
5
6
class AccountingException(Exception):
    '''
    Used as a base for exceptions that are returned to the caller via the
    jsonify_exceptions decorator
    '''
    pass