Files @ 36d91dd0b398
Branch filter:

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

Joar Wandborg
[docs] Changed the theme to the Flask theme

I like it because it doesn't allow the text to fill horizontally
over the entire screen.
# 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