PHP Class Ergo\Error\AbstractErrorHandler

Inheritance: implements Ergo\Error\ErrorHandler
Afficher le fichier Open project: 99designs/ergo

Méthodes publiques

Méthode Description
__construct ( $logger = null ) Constructor
logException ( $exception )
logPhpError ( $errno, $errstr, $errfile, $errline )
logger ( ) * (non-phpdoc)

Méthodes protégées

Méthode Description
isExceptionHalting ( $e ) : boolean Determines whether the exception should halt execution
isExceptionRecoverable ( $e ) : boolean Determines whether an exception is recoverable

Method Details

__construct() public méthode

Constructor
public __construct ( $logger = null )

isExceptionHalting() protected méthode

Determines whether the exception should halt execution
protected isExceptionHalting ( $e ) : boolean
Résultat boolean

isExceptionRecoverable() protected méthode

Determines whether an exception is recoverable
protected isExceptionRecoverable ( $e ) : boolean
Résultat boolean

logException() public méthode

public logException ( $exception )

logPhpError() public méthode

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

logger() public méthode

* (non-phpdoc)
See also: Ergo\Error\ErrorHandler::logger()
public logger ( )