PHP Class Kraken\Throwable\ErrorHandler

Afficher le fichier Open project: kraken-php/framework Class Usage Examples

Protected Properties

Свойство Type Description
$errHandler string
$excHandler string

Méthodes publiques

Méthode Description
handleError ( integer $code, string $message, string $file, integer $line ) Invoke default Error Handler.
handleShutdown ( boolean $forceKill = false ) Invoke default Shutdown Handler.

Private Methods

Méthode Description
getSystemError ( integer $type ) : array

Method Details

handleError() public static méthode

Invoke default Error Handler.
public static handleError ( integer $code, string $message, string $file, integer $line )
$code integer
$message string
$file string
$line integer

handleShutdown() public static méthode

Invoke default Shutdown Handler.
public static handleShutdown ( boolean $forceKill = false )
$forceKill boolean

Property Details

$errHandler protected_oe static_oe property

protected static string $errHandler
Résultat string

$excHandler protected_oe static_oe property

protected static string $excHandler
Résultat string