Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
manualFile = $manualFile;
parent::__construct($message, $code, $previous);
}
/**
* Get the path to the invalid manual file.
*/
public function getManualFile(): string
{
return $this->manualFile;
}
}