PocketMine-MP 5.27.1 git-9af3cde03fabbe4129c79e46dc87ffa0fff446e6
|
Public Member Functions | |
__construct (int $severity, string $message, string $file, int $line) | |
getFile () | |
getLine () | |
getMessage () | |
getSeverity () | |
Definition at line 7 of file ErrorRecord.php.
pocketmine\errorhandler\ErrorRecord::__construct | ( | int | $severity, |
string | $message, | ||
string | $file, | ||
int | $line ) |
Definition at line 18 of file ErrorRecord.php.
pocketmine\errorhandler\ErrorRecord::getFile | ( | ) |
Definition at line 33 of file ErrorRecord.php.
pocketmine\errorhandler\ErrorRecord::getLine | ( | ) |
Definition at line 37 of file ErrorRecord.php.
pocketmine\errorhandler\ErrorRecord::getMessage | ( | ) |
Definition at line 29 of file ErrorRecord.php.
pocketmine\errorhandler\ErrorRecord::getSeverity | ( | ) |
Definition at line 25 of file ErrorRecord.php.