fileName = $fileName; parent::__construct(); } public function __toString() { return 'File not found: '.$this->fileName; } }