Files @ caf0de197938
Branch filter:

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

Joar Wandborg
Updated README
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