PHP 클래스 Autarky\Errors\DefaultErrorHandler

상속: implements Autarky\Errors\ErrorHandlerInterface
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$debug boolean Whether or not debug is enabled.

공개 메소드들

메소드 설명
__construct ( boolean $debug )
handle ( Exception $exception )

보호된 메소드들

메소드 설명
handleWithSymfony ( Exception $exception )
handleWithWhoops ( Exception $exception )

메소드 상세

__construct() 공개 메소드

public __construct ( boolean $debug )
$debug boolean

handle() 공개 메소드

public handle ( Exception $exception )
$exception Exception

handleWithSymfony() 보호된 메소드

protected handleWithSymfony ( Exception $exception )
$exception Exception

handleWithWhoops() 보호된 메소드

protected handleWithWhoops ( Exception $exception )
$exception Exception

프로퍼티 상세

$debug 보호되어 있는 프로퍼티

Whether or not debug is enabled.
protected bool $debug
리턴 boolean