PHP 클래스 PhpNotice

상속: extends PhpException
파일 보기 프로젝트 열기: ankane/exceptional-php

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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