PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
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.