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