Exception: Configru::OptionError

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

Instance Method Summary collapse

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, message)
  super("in #{file} at #{path.join('.')}: #{message}")
end