Class: Vagrant::Hmurca::NoNodeNameSpecifiedError

Inherits:
ParserError
  • Object
show all
Defined in:
lib/vagrant/hmurca/errors.rb

Overview

Public: Error raised when name of node is not specified.

Instance Method Summary collapse

Constructor Details

#initializeNoNodeNameSpecifiedError

Returns a new instance of NoNodeNameSpecifiedError.



61
62
63
# File 'lib/vagrant/hmurca/errors.rb', line 61

def initialize
  super("No `name' option specified for one of nodes in config file.")
end