PHP 클래스 Ergo\Error\AbstractErrorHandler

상속: implements Ergo\Error\ErrorHandler
파일 보기 프로젝트 열기: 99designs/ergo

공개 메소드들

메소드 설명
__construct ( $logger = null ) Constructor
logException ( $exception )
logPhpError ( $errno, $errstr, $errfile, $errline )
logger ( ) * (non-phpdoc)

보호된 메소드들

메소드 설명
isExceptionHalting ( $e ) : boolean Determines whether the exception should halt execution
isExceptionRecoverable ( $e ) : boolean Determines whether an exception is recoverable

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $logger = null )

isExceptionHalting() 보호된 메소드

Determines whether the exception should halt execution
protected isExceptionHalting ( $e ) : boolean
리턴 boolean

isExceptionRecoverable() 보호된 메소드

Determines whether an exception is recoverable
protected isExceptionRecoverable ( $e ) : boolean
리턴 boolean

logException() 공개 메소드

public logException ( $exception )

logPhpError() 공개 메소드

public logPhpError ( $errno, $errstr, $errfile, $errline )

logger() 공개 메소드

* (non-phpdoc)
또한 보기: Ergo\Error\ErrorHandler::logger()
public logger ( )