Link Search Menu Expand Document

danog\MadelineProto\PTSException

Back to index

Author: Daniil Gentili daniil@daniil.it

Internal error indicating a problem with Telegram’s servers.

Properties

  • $tlTrace: string TL trace.

Method list:

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