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

Function abort

thirdparty/bottle/bottle.py:3199–3201  ·  view source on GitHub ↗

Aborts execution and causes a HTTP error.

(code=500, text='Unknown Error.')

Source from the content-addressed store, hash-verified

3197
3198
3199def abort(code=500, text='Unknown Error.'):
3200 """ Aborts execution and causes a HTTP error. """
3201 raise HTTPError(code, text)
3202
3203
3204def redirect(url, code=None):

Callers 1

templateFunction · 0.85

Calls 1

HTTPErrorClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…