Neos\Flow\Error\ExceptionHandlerInterface::setOptions PHP Method

setOptions() public method

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