danog\MadelineProto\Exception
Author: Daniil Gentili daniil@daniil.it
Basic exception.
Properties
$tlTrace:stringTL trace.
Method list:
__construct(mixed $message = NULL, mixed $code = 0, ?Throwable $previous = NULL, mixed $file = NULL, mixed $line = NULL)extension(string $extensionName): selfgetMessage(): stringgetCode()getFile(): stringgetLine(): intgetTrace(): arraygetPrevious(): ?ThrowablegetTraceAsString(): stringgetTLTrace(): string
Methods:
__construct(mixed $message = NULL, mixed $code = 0, ?Throwable $previous = NULL, mixed $file = NULL, mixed $line = NULL)
Parameters:
$message:mixed$code:mixed$previous:?Throwable$file:mixed$line:mixed
See also:
Throwable
extension(string $extensionName): self
Complain about missing extensions.
Parameters:
$extensionName:stringExtension name
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