danog\MadelineProto\EventHandlerIssue
Author: Daniil Gentili daniil@daniil.it
Represents an event handler issue.
Properties
$message
:string
Issue message$file
:string
Issue file$line
:int
Issue line$severe
:bool
Whether the issue is severe enough to block inclusion
Method list:
__construct(string $message, string $file, int $line, bool $severe)
log(): void
getHTML(): string
throw(): void
Methods:
__construct(string $message, string $file, int $line, bool $severe)
Parameters:
$message
:string
$file
:string
$line
:int
$severe
:bool
log(): void
getHTML(): string
throw(): void
Generated by danog/phpdoc