Method: MaxAmount::InvalidDigitInput#message

Defined in:
lib/max_amount/errors.rb

#messageObject



38
39
40
# File 'lib/max_amount/errors.rb', line 38

def message
  'The length of the number cannot exceed the specified value'
end