Overrides ParameterBag::cannotBeEmpty
public function cannotBeEmpty(string $name, string $message = 'A non-empty parameter "%s" is required.') : never { throw new LogicException('Impossible to call cannotBeEmpty() on a frozen ParameterBag.'); }