Class runtimeErrors
Handle the global runtime errors generated by PHP
It can be disabled, transform them as exceptions or generate fatal errors directly
Namespace: cmc\error
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at error/runtimeErrors.php
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at error/runtimeErrors.php
Methods summary
public static | |
public static | |
public static | # setMask( integer $mask ) temporarily sets a new error code mask. Usually used to avoid handling in a specific portion of the program |
public static | |
public static boolean | # HandleError( integer $code, string $string, string $file, integer $line, string $context ) runtimeError handler |
public static | |
public static |
Magic methods summary
Constants summary
integer | H_Fatal | 1 | |
integer | H_Log | 2 | |
integer | H_Except | 4 |