Link Search Menu Expand Document

danog\MadelineProto\ResponseException

Back to index

Author: Daniil Gentili daniil@daniil.it

Indicates an error thrown when an unexpected response is received from telegram’s servers.

Method list:

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