Package coprs :: Module error_handlers
[hide private]
[frames] | no frames]

Module error_handlers

source code

A place for exception-handling logic

Classes [hide private]
BaseErrorHandler
Do not use this class for handling errors.
UIErrorHandler
Handle exceptions raised from the web user interface
APIErrorHandler
Handle exceptions raised from API (v3)
Functions [hide private]
 
get_error_handler()
Determine what error handler should be used for this request See http://flask.pocoo.org/docs/1.0/blueprints/#error-handlers
source code
Variables [hide private]
  LOG = logging.getLogger(__name__)