Exception: Configru::OptionError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/configru.rb

Instance Method Summary collapse

Constructor Details

#initialize(path, message) ⇒ OptionError

Returns a new instance of OptionError.



9
10
11
# File 'lib/configru.rb', line 9

def initialize(path, message)
  super("#{path.join('.')}: #{message}")
end