PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
Loading...
Searching...
No Matches
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: