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