Exception: Her::Errors::PathError
- Inherits:
-
StandardError
- Object
- StandardError
- Her::Errors::PathError
- Defined in:
- lib/castle-her/errors.rb
Instance Attribute Summary collapse
-
#missing_parameter ⇒ Object
readonly
Returns the value of attribute missing_parameter.
Instance Method Summary collapse
-
#initialize(message, missing_parameter = nil) ⇒ PathError
constructor
A new instance of PathError.
Constructor Details
#initialize(message, missing_parameter = nil) ⇒ PathError
Returns a new instance of PathError.
6 7 8 9 |
# File 'lib/castle-her/errors.rb', line 6 def initialize(, missing_parameter=nil) super() @missing_parameter = missing_parameter end |
Instance Attribute Details
#missing_parameter ⇒ Object (readonly)
Returns the value of attribute missing_parameter.
4 5 6 |
# File 'lib/castle-her/errors.rb', line 4 def missing_parameter @missing_parameter end |