PocketMine-MP 5.15.1 git-ed158f8a1b0cfe334ac5f45febc0f633602014f2
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: