Files @ 5764ebb6040e
Branch filter:

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

Joar Wandborg
Add compiled documentation to tree
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