PHP 인터페이스 Neos\Flow\Error\ExceptionHandlerInterface

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
handleException ( object $exception ) : void Handles the given exception
setOptions ( array $options ) : void Sets options of this exception handler

메소드 상세

handleException() 공개 메소드

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
리턴 void

setOptions() 공개 메소드

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