Exception: Configru::OptionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Configru::OptionError
- Defined in:
- lib/configru.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(path, message) ⇒ OptionError
constructor
A new instance of OptionError.
Constructor Details
#initialize(path, message) ⇒ OptionError
Returns a new instance of OptionError.
9 10 11 |
# File 'lib/configru.rb', line 9 def initialize(path, ) super("#{path.join('.')}: #{}") end |