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