Class: Nugrant::Vagrant::Errors::VagrantUserParseError

Inherits:
NugrantVagrantError
  • Object
show all
Defined in:
lib/nugrant/vagrant/errors.rb

Instance Method Summary collapse

Methods inherited from NugrantVagrantError

#compute_context

Constructor Details

#initialize(options = nil, *args) ⇒ VagrantUserParseError

Returns a new instance of VagrantUserParseError.



29
30
31
# File 'lib/nugrant/vagrant/errors.rb', line 29

def initialize(options = nil, *args)
  super(options, *args)
end