ClientDecodeException
extends PhpBotGramException
in package
FinalYes
Table of Contents
Constants
- MAX_DUMP : int = 4096
Properties
- $data : mixed
- $original : Throwable
- $rawMessage : string
Methods
- __construct() : mixed
Constants
MAX_DUMP
private
int
MAX_DUMP
= 4096
Properties
$data read-only
public
mixed
$data
$original read-only
public
Throwable
$original
$rawMessage read-only
public
string
$rawMessage
Methods
__construct()
public
__construct(string $message, Throwable $original, mixed $data) : mixed
Parameters
- $message : string
- $original : Throwable
- $data : mixed