\Whoops\HandlerHandler

Abstract implementation of a Handler.

Summary

Methods
Properties
Constants
setRun()
setInspector()
setException()
No public properties found
DONE
LAST_HANDLER
QUIT
getRun()
getInspector()
getException()
No protected properties found
N/A
No private methods found
$run
$inspector
$exception
N/A

Constants

DONE

DONE = 16

LAST_HANDLER

LAST_HANDLER = 32

The Handler has handled the Throwable in some way, and wishes to skip any other Handler.

Execution will continue.

QUIT

QUIT = 48

The Handler has handled the Throwable in some way, and wishes to quit/stop execution

Properties

$exception

$exception : \Throwable

Type

\Throwable

Methods

setException()

setException(\Throwable  $exception) : void

Parameters

\Throwable $exception

getException()

getException() : \Throwable

Returns

\Throwable