(PHP 5 >= 5.1.0, PHP 7)
ErrorException::__construct — 例外を作成する
$message
= ""
[, int $code
= 0
[, int $severity
= E_ERROR
[, string $filename
= __FILE__
[, int $lineno
= __LINE__
[, Exception $previous
= NULL
]]]]]] )例外を作成します。
バージョン | 説明 |
---|---|
5.3.0 |
previous パラメータが追加されました。
|