PHP Class PhpError

Inheritance: extends PhpException
Mostrar archivo Open project: ankane/exceptional-php Class Usage Examples

Public Methods

Method Description
__construct ( $errstr, $errno, $errfile, $errline ) * Must change the error message for undefined variables Otherwise, Exceptional groups all errors together (regardless of variable name)

Method Details

__construct() public method

* Must change the error message for undefined variables Otherwise, Exceptional groups all errors together (regardless of variable name)
public __construct ( $errstr, $errno, $errfile, $errline )