more helpful installer exception
This commit is contained in:
parent
7080f8bc2a
commit
d254b98780
@ -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($body);
|
||||||
$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