MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / default_error_handler

Method default_error_handler

thirdparty/bottle/bottle.py:963–964  ·  view source on GitHub ↗
(self, res)

Source from the content-addressed store, hash-verified

961 return decorator(callback) if callback else decorator
962
963 def default_error_handler(self, res):
964 return tob(template(ERROR_PAGE_TEMPLATE, e=res, template_settings=dict(name='__ERROR_PAGE_TEMPLATE')))
965
966 def _handle(self, environ):
967 path = environ['bottle.raw_path'] = environ['PATH_INFO']

Callers

nothing calls this directly

Calls 2

tobFunction · 0.85
templateFunction · 0.85

Tested by

no test coverage detected