diff --git a/core/exceptions.php b/core/exceptions.php index b7e8fded..af83415f 100644 --- a/core/exceptions.php +++ b/core/exceptions.php @@ -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;