class NumberToKanji::Exceptions::NegativeNumberError
Public Class Methods
new(msg = 'Negative number is not supported.')
click to toggle source
Calls superclass method
# File lib/number_to_kanji/exceptions/negative_number_error.rb, line 6 def initialize(msg = 'Negative number is not supported.') super end