Link Search Menu Expand Document

danog\MadelineProto\SecurityException

Back to index

Author: Daniil Gentili daniil@daniil.it

Indicates a security error.

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()

getFile(): string

getLine(): int

getTrace(): array

getPrevious(): ?Throwable

See also:

  • Throwable

getTraceAsString(): string


Generated by danog/phpdoc