dataFilePath = $dataFilePath; $message = "Unable to read from the data file '{$dataFilePath}'"; parent::__construct($message, \Punic\Exception::DATA_FILE_NOT_READABLE, $previous); } /** * Retrieves the path to the unreadable file. * * @return string */ public function getDataFilePath() { return $this->dataFilePath; } }