more helpful installer exception
This commit is contained in:
parent
7080f8bc2a
commit
d254b98780
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class InstallerException extends RuntimeException
|
|||
|
||||
public function __construct(string $title, string $body, int $code)
|
||||
{
|
||||
parent::__construct($title);
|
||||
parent::__construct($body);
|
||||
$this->title = $title;
|
||||
$this->body = $body;
|
||||
$this->code = $code;
|
||||
|
|
Reference in a new issue