Files @ 6f2c875c7b76
Branch filter:

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

Joar Wandborg
Added /transaction endpoint
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