Link Search Menu Expand Document

danog\MadelineProto\TL\Exception

Back to index

Author: Daniil Gentili daniil@daniil.it

TL deserialization exception.

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

updateTLTrace(array $trace): void

Update TL trace.

Parameters:

  • $trace: array

getTLTrace(): string

Get TL trace.

setTLTrace(string $tlTrace): void

Set TL trace.

Parameters:

  • $tlTrace: string TL trace

prettifyTL(string $init = '', array $trace = NULL): void

Generate async trace.

Parameters:

  • $init: string Method name
  • $trace: array Async trace

Generated by danog/phpdoc