path = $path; parent::__construct('File not found at path: ' . $this->getPath(), $code, $previous); } /** * Get the path which was not found. * * @return string */ public function getPath() { return $this->path; } }