Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Phastlight
Error
PHP Class Phastlight\Error
Inheritance:
extends
Object
Show file
Open project: phastlight/phastlight
Public Methods
Method
Description
__construct
(
$severity
,
$message
,
$filePath
,
$line
)
getFilePath
( )
getLine
( )
getMessage
( )
getSeverity
( )
Method Details
__construct()
public
method
public
__construct
(
$severity
,
$message
,
$filePath
,
$line
)
getFilePath()
public
method
public
getFilePath
( )
getLine()
public
method
public
getLine
( )
getMessage()
public
method
public
getMessage
( )
getSeverity()
public
method
public
getSeverity
( )