class Money::UndefinedSmallestDenominationError

Overview

Raised when smallest denomination of a currency is not defined.

Defined in:

money/error.cr

Constructors

Constructor Detail

def self.new(currency : Currency) #

[View source]