class WhoopsHandler (View source)

Methods

PrettyPageHandler
forDebug()

Create a new Whoops handler for debug mode.

$this
registerApplicationPaths(PrettyPageHandler $handler)

Register the application paths with the handler.

array
directoriesExceptVendor()

Get the application paths except for the "vendor" directory.

$this
registerBlacklist(PrettyPageHandler $handler)

Register the blacklist with the handler.

$this
registerEditor(PrettyPageHandler $handler)

Register the editor with the handler.

Details

PrettyPageHandler forDebug()

Create a new Whoops handler for debug mode.

Return Value

PrettyPageHandler

protected $this registerApplicationPaths(PrettyPageHandler $handler)

Register the application paths with the handler.

Parameters

PrettyPageHandler $handler

Return Value

$this

protected array directoriesExceptVendor()

Get the application paths except for the "vendor" directory.

Return Value

array

protected $this registerBlacklist(PrettyPageHandler $handler)

Register the blacklist with the handler.

Parameters

PrettyPageHandler $handler

Return Value

$this

protected $this registerEditor(PrettyPageHandler $handler)

Register the editor with the handler.

Parameters

PrettyPageHandler $handler

Return Value

$this