danog\MadelineProto\TL\Exception
Author: Daniil Gentili daniil@daniil.it
TL deserialization exception.
Properties
$tlTrace:stringTL trace.
Method list:
__construct(mixed $message, mixed $file = '')getMessage(): stringgetCode()getFile(): stringgetLine(): intgetTrace(): arraygetPrevious(): ?ThrowablegetTraceAsString(): stringgetTLTrace(): 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