public function __construct(string $filename, ?Throwable $previous = null) { parent::__construct(sprintf('File %s is empty', $filename), 0, $previous); $this->filename = $filename; }