Exception: Nando::GenericError
- Inherits:
-
StandardError
- Object
- StandardError
- Nando::GenericError
- Defined in:
- lib/nando/errors.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ GenericError
constructor
A new instance of GenericError.
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 |