Method: Her::Errors::PathError#initialize
- Defined in:
- lib/her/errors.rb
#initialize(message, missing_parameter = nil) ⇒ PathError
Returns a new instance of PathError.
11 12 13 14 |
# File 'lib/her/errors.rb', line 11 def initialize(, missing_parameter=nil) super() @missing_parameter = missing_parameter end |