PHP Interface Neos\Flow\Error\ExceptionHandlerInterface

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

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

Method Details

handleException() public méthode

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
Résultat void

setOptions() public méthode

Sets options of this exception handler
public setOptions ( array $options ) : void
$options array
Résultat void