SystemFacade
to allow clients to override Whoops behavior.PrettyPageHandler
.Backwards compatibility breaking changes:
Run
class is now final
. If you inherited from Run
, please now instead use a custom SystemFacade
injected into the Run
constructor, or contribute your changes to our core.