public function __construct(string $name) { parent::__construct(sprintf('Parameter "%s" does not exist', $name)); }