class Illuminate / Foundation / Exceptions / WhoopsHandler
You are viewing an older version of the documentation. For the latest, please visit master documentation.

WhoopsHandler

Methods

public

forDebug ( ) : Whoops\...\PrettyPageHandler

Create a new Whoops handler for debug mode.

protected

registerApplicationPaths ( $handler ) : $this

Register the application paths with the handler.

Parameters

  • $handler Whoops\...\PrettyPageHandler
protected

directoriesExceptVendor ( ) : array

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

protected

registerBlacklist ( $handler ) : $this

Register the blacklist with the handler.

Parameters

  • $handler Whoops\...\PrettyPageHandler
protected

registerEditor ( $handler ) : $this

Register the editor with the handler.

Parameters

  • $handler Whoops\...\PrettyPageHandler