PHP Interface Neos\Flow\Error\ExceptionHandlerInterface

Show file Open project: neos/flow-development-collection

Public Methods

Method Description
handleException ( object $exception ) : void Handles the given exception
setOptions ( array $options ) : void Sets options of this exception handler

Method Details

handleException() public method

Handles the given exception
public handleException ( object $exception ) : void
$exception object The exception object - can be \Exception, or some type of \Throwable in PHP 7
return void

setOptions() public method

Sets options of this exception handler
public setOptions ( array $options ) : void
$options array
return void