File diff 63c7b70000da → 6f2c875c7b76
accounting/exceptions.py
Show inline comments
 
new file 100644
 
class AccountingException(Exception):
 
    '''
 
    Used as a base for exceptions that are returned to the caller via the
 
    jsonify_exceptions decorator
 
    '''
 
    pass