Exception: Nando::InputError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nando/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ InputError

Returns a new instance of InputError.



9
10
11
# File 'lib/nando/errors.rb', line 9

def initialize (error)
  super
end