Method: Nando::GenericError#initialize
- Defined in:
- lib/nando/errors.rb
#initialize(error) ⇒ GenericError
Returns a new instance of GenericError.
3 4 5 |
# File 'lib/nando/errors.rb', line 3 def initialize (error) super end |
Returns a new instance of GenericError.
3 4 5 |
# File 'lib/nando/errors.rb', line 3 def initialize (error) super end |