PocketMine-MP 5.17.1 git-df4ada81e5d74a14046f27cf44a37dcee69d657e
pocketmine\network\PacketHandlingException Class Reference
+ Inheritance diagram for pocketmine\network\PacketHandlingException:
+ Collaboration diagram for pocketmine\network\PacketHandlingException:

Static Public Member Functions

static wrap (\Throwable $previous, ?string $prefix=null)
 

Detailed Description

Thrown when an error occurs during packet handling - for example, a message contained invalid options, packet shorter than expected, unknown packet, etc.

Definition at line 30 of file PacketHandlingException.php.

Member Function Documentation

◆ wrap()

static pocketmine\network\PacketHandlingException::wrap ( \Throwable  $previous,
?string  $prefix = null 
)
static

Definition at line 32 of file PacketHandlingException.php.


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