PHP Class PhpNotice

Inheritance: extends PhpException
Afficher le fichier Open project: ankane/exceptional-php

Méthodes publiques

Méthode 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 méthode

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