Package mapproxy :: Package core :: Module exceptions :: Class ExceptionHandler
[hide private]
[frames] | no frames]

Class ExceptionHandler

source code

object --+
         |
        ExceptionHandler
Known Subclasses:

Base class for exception handler.
Instance Methods [hide private]
Response
render(self, request_error)
Return a response with the rendered exception.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

render(self, request_error)

source code 
Return a response with the rendered exception.
Parameters:
Returns: Response