public function __construct(string $directory) { parent::__construct(sprintf('Directory "%s" does not exist and could not be created', $directory)); }