Exception: Mint::UnknownCurrency
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Mint::UnknownCurrency
- Defined in:
- lib/minting/mint/mint.rb
Overview
Raised when a currency cannot be resolved from a code or object.
Inherits from ArgumentError so existing rescue ArgumentError handlers
continue to work; rescue Mint::UnknownCurrency for the specific case.