Home | History | Annotate | Download | only in modules
      1 :mod:`paste.exceptions` -- Catch, display, and notify for exceptions
      2 ====================================================================
      3 
      4 .. automodule:: paste.exceptions.errormiddleware
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: ErrorMiddleware
     10 .. autofunction:: handle_exception
     11 .. autofunction:: make_error_middleware
     12 
     13 :mod:`paste.exceptions.collector` -- Collection information from exceptions
     14 ===========================================================================
     15 
     16 .. automodule:: paste.exceptions.collector
     17 
     18 Module Contents
     19 ---------------
     20 
     21 .. autoclass:: ExceptionCollector
     22 .. autofunction:: collect_exception
     23 
     24 :mod:`paste.exceptions.formatter` -- Format exception information
     25 =================================================================
     26 
     27 .. automodule:: paste.exceptions.formatter
     28 
     29 Module Contents
     30 ---------------
     31 
     32 .. autoclass:: TextFormatter
     33 .. autoclass:: HTMLFormatter
     34 .. autofunction:: format_html
     35 .. autofunction:: format_text
     36 
     37 :mod:`paste.exceptions.reporter` -- Report exceptions
     38 =====================================================
     39 
     40 .. automodule:: paste.exceptions.reporter
     41 
     42 Module Contents
     43 ---------------
     44 
     45 .. autoclass:: EmailReporter
     46 .. autoclass:: LogReporter
     47 .. autoclass:: FileReporter
     48 .. autoclass:: WSGIAppReporter
     49