danog\MadelineProto\TL\Exception
Author: Daniil Gentili daniil@daniil.it
TL deserialization exception.
Properties
$tlTrace
:string
TL trace.
Method list:
__construct(mixed $message, mixed $file = '')
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
getTraceAsString(): string
getTLTrace(): string
Methods:
__construct(mixed $message, mixed $file = '')
Parameters:
$message
:mixed
$file
:mixed
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
See also:
Throwable
getTraceAsString(): string
getTLTrace(): string
Get TL trace.
Generated by danog/phpdoc