\WhoopsHandler

Interfaces

HandlerInterface

Classes

CallbackHandler Wrapper for Closures passed as handlers. Can be used directly, or will be instantiated automagically by Whoops\Run if passed to Run::pushHandler
Handler Abstract implementation of a Handler.
JsonResponseHandler Catches an exception and converts it to a JSON response. Additionally can also return exception frames for consumption by an API.
PlainTextHandler Handler outputing plaintext error messages. Can be used directly, or will be instantiated automagically by Whoops\Run if passed to Run::pushHandler
PrettyPageHandler Abstract implementation of a Handler.
XmlResponseHandler Catches an exception and converts it to an XML response. Additionally can also return exception frames for consumption by an API.