class ExceptionReporter:
Method | get_traceback_data |
Return a dictionary containing traceback information. |
Method | get_traceback_html |
Return HTML version of debug 500 HTTP error page. |
Method | get_traceback_text |
Return plain text version of debug 500 HTTP error page. |
Method | __init__ |
Undocumented |
Method | _get_explicit_or_implicit_cause |
Undocumented |
Method | _get_lines_from_file |
Return context_lines before and after lineno from file. Return (pre_context_lineno, pre_context, context_line, post_context). |
Method | _get_raw_insecure_uri |
Return an absolute URI from variables available in this request. Skip allowed hosts protection, so may return insecure URI. |
Method | _get_source |
Undocumented |
Method | get_exception_traceback_frames |
Undocumented |
Method | get_traceback_frames |
Undocumented |
Instance Variable | exc_type |
Undocumented |
Instance Variable | exc_value |
Undocumented |
Instance Variable | filter |
Undocumented |
Instance Variable | is_email |
Undocumented |
Instance Variable | postmortem |
Undocumented |
Instance Variable | request |
Undocumented |
Instance Variable | tb |
Undocumented |
Instance Variable | template_does_not_exist |
Undocumented |
Instance Variable | template_info |
Undocumented |
Property | html_template_path |
Undocumented |
Property | text_template_path |
Undocumented |