ErrorException::__construct
(PHP 5 >= 5.1.0, PHP 7)
ErrorException::__construct — 构造一个异常(Exception)
说明
public
ErrorException::__construct ([
string
$message
= "" [,
int $code
= 0 [,
int $severity
= E_ERROR [,
string $filename
= __FILE__ [,
int $lineno
= __LINE__ [,
Exception $previous
= NULL
]]]]]] )
构造一个异常(Exception)。
参数
更新日志
版本 | 说明 |
---|---|
5.3.0 | 增加 previous 参数。 |