danog\MadelineProto\TransportError
Author: Daniil Gentili daniil@daniil.it
Indicates a transport error returned by Telegram’s API.
Properties
$error:int$tlTrace:stringTL trace.
Method list:
__construct(int $error, ?\danog\MadelineProto\Exception $previous = NULL)extension(string $extensionName): \danog\MadelineProto\ExceptiongetTLTrace(): stringgetMessage(): stringgetCode()getFile(): stringgetLine(): intgetTrace(): arraygetPrevious(): ?ThrowablegetTraceAsString(): string
Methods:
__construct(int $error, ?\danog\MadelineProto\Exception $previous = NULL)
Parameters:
$error:int$previous:?\danog\MadelineProto\Exception
See also:
extension(string $extensionName): \danog\MadelineProto\Exception
Complain about missing extensions.
Parameters:
$extensionName:stringExtension name
getTLTrace(): string
Get TL trace.
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
See also:
Throwable
getTraceAsString(): string
Generated by danog/phpdoc