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(message = "Smallest denomination of this currency is not defined") #

[View source]