PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\errorhandler\ErrorRecord Class Reference
+ Collaboration diagram for pocketmine\errorhandler\ErrorRecord:

Public Member Functions

 __construct (int $severity, string $message, string $file, int $line)
 
 getFile ()
 
 getLine ()
 
 getMessage ()
 
 getSeverity ()
 

Detailed Description

Definition at line 7 of file ErrorRecord.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\errorhandler\ErrorRecord::__construct ( int  $severity,
string  $message,
string  $file,
int  $line 
)

Definition at line 18 of file ErrorRecord.php.

Member Function Documentation

◆ getFile()

pocketmine\errorhandler\ErrorRecord::getFile ( )

Definition at line 33 of file ErrorRecord.php.

◆ getLine()

pocketmine\errorhandler\ErrorRecord::getLine ( )

Definition at line 37 of file ErrorRecord.php.

◆ getMessage()

pocketmine\errorhandler\ErrorRecord::getMessage ( )

Definition at line 29 of file ErrorRecord.php.

◆ getSeverity()

pocketmine\errorhandler\ErrorRecord::getSeverity ( )

Definition at line 25 of file ErrorRecord.php.


The documentation for this class was generated from the following file: