ErrorException::__construct
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
ErrorException::__construct — 构造一个异常(Exception)
说明
public ErrorException::__construct(
string
int
int
?string
?int
?Throwable
)
string
$message
= "",int
$code
= 0,int
$severity
= E_ERROR
,?string
$filename
= null
,?int
$line
= null
,?Throwable
$previous
= null
)
构造一个异常(Exception)。
参数
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/errorexception.construct.php