path = $path; parent::__construct($message, $code, $previous); } public function getPath(): string { return $this->path; } }