Exception: Laborantin::Commands::Config::PathNotHashError

Inherits:
PathError show all
Defined in:
lib/laborantin/runner/commands/config.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ PathNotHashError

Returns a new instance of PathNotHashError.



16
17
18
# File 'lib/laborantin/runner/commands/config.rb', line 16

def initialize(path)
  super "There already is a non-hash value at: '#{path}'."
end