fix InstallerException
This commit is contained in:
parent
7e43e2e304
commit
7080f8bc2a
@ -34,7 +34,7 @@ class InstallerException extends RuntimeException
|
|||||||
|
|
||||||
public function __construct(string $title, string $body, int $code)
|
public function __construct(string $title, string $body, int $code)
|
||||||
{
|
{
|
||||||
parent::construct($title);
|
parent::__construct($title);
|
||||||
$this->title = $title;
|
$this->title = $title;
|
||||||
$this->body = $body;
|
$this->body = $body;
|
||||||
$this->code = $code;
|
$this->code = $code;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user