danog\MadelineProto\SecurityException
Author: Daniil Gentili daniil@daniil.it
Indicates a security error.
Method list:
__construct(string $message = '', int $code = 0, ?Throwable $previous = NULL)
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
getTraceAsString(): string
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