ArbClientExceptionNoArgument constructor

const ArbClientExceptionNoArgument(
  1. String key,
  2. String arbValue
)

Thrown when key requires an argument for being translated but that wasn't provided

Implementation

const ArbClientExceptionNoArgument(this.key, this.arbValue);