manualFile = $manualFile; parent::__construct($message, $code, $previous); } /** * Get the path to the invalid manual file. */ public function getManualFile(): string { return $this->manualFile; } }