PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\convert\TypeConversionException Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\convert\TypeConversionException:
+ Collaboration diagram for pocketmine\network\mcpe\convert\TypeConversionException:

Static Public Member Functions

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

Detailed Description

Thrown by TypeConverter if a problem occurred during converting of network types to PM core types (e.g. invalid item ID, invalid NBT, etc).

Definition at line 30 of file TypeConversionException.php.

Member Function Documentation

◆ wrap()

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

Definition at line 32 of file TypeConversionException.php.


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