Exception: Laborantin::Commands::Config::RootNotHashError

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

Instance Method Summary collapse

Constructor Details

#initializeRootNotHashError

Returns a new instance of RootNotHashError.



10
11
12
# File 'lib/laborantin/runner/commands/config.rb', line 10

def initialize
  super "The root node of the config must be a Hash"
end