[docs]class AccountingException(Exception): ''' Used as a base for exceptions that are returned to the caller via the jsonify_exceptions decorator ''' pass
Enter search terms or a module, class or function name.