Exception: MaxAmount::InvalidDigitInput

Inherits:
Error
  • Object
show all
Defined in:
lib/max_amount/errors.rb

Instance Method Summary collapse

Instance Method Details

#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