Exception: Nando::GenericError

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

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ GenericError

Returns a new instance of GenericError.



3
4
5
# File 'lib/nando/errors.rb', line 3

def initialize (error)
  super
end