UnknownCurrencyException constructor

UnknownCurrencyException(
  1. String isoCode
)

Thrown if the currency is not registered.

Implementation

UnknownCurrencyException(this.isoCode);