UrldatError.emptyParametersWithTemplateError constructor

UrldatError.emptyParametersWithTemplateError()

Implementation

UrldatError.emptyParametersWithTemplateError()
    : _message =
          'When using path templates, you must pass non-empty parameters map.',
      _id = UrldatErrorId.emptyParametersWithTemplateError;