danog\MadelineProto\ResponseException
Author: Daniil Gentili daniil@daniil.it
Indicates an error thrown when an unexpected response is received from telegram’s servers.
Method list:
__construct(string $message = '', int $code = 0, ?\Throwable $previous = NULL)
getMessage(): string
getCode(): mixed
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?\Throwable
getTraceAsString(): string
Methods:
__construct(string $message = '', int $code = 0, ?\Throwable $previous = NULL)
Parameters:
$message
:string
$code
:int
$previous
:?\Throwable
See also:
\Throwable
getMessage(): string
getCode(): mixed
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?\Throwable
See also:
\Throwable
getTraceAsString(): string
Generated by danog/phpdoc