Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PHPSpec2
Exception
Example
ErrorException
PHP Class PHPSpec2\Exception\Example\ErrorException
Inheritance:
extends
ExampleException
显示文件
Open project: phpspec/phpspec2
Public Methods
Method
Description
__construct
(
string
$level
,
string
$message
,
string
$file
,
string
$line
)
Initializes error handler exception.
Method Details
__construct()
public
method
Initializes error handler exception.
public
__construct
(
string
$level
,
string
$message
,
string
$file
,
string
$line
)
$level
string
error level
$message
string
error message
$file
string
error file
$line
string
error line