Changed the message when throwing InvalidCurrencyException from the Validation class' validateCurrencyCode and validateCurrencyCodes methods to better reflect the reason an exception was thrown. The current message may imply that country codes (ex. US, UK) were meant to be supplied, instead of currency codes (USD, GBP)
Changed the message when throwing
InvalidCurrencyException
from the Validation class'validateCurrencyCode
andvalidateCurrencyCodes
methods to better reflect the reason an exception was thrown. The current message may imply that country codes (ex. US, UK) were meant to be supplied, instead of currency codes (USD, GBP)