Class: VagrantPlugins::Openstack::Errors::VagrantOpenstackError

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/vagrant-openstack-provider/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = nil) ⇒ VagrantOpenstackError

Returns a new instance of VagrantOpenstackError.



13
14
15
16
# File 'lib/vagrant-openstack-provider/errors.rb', line 13

def initialize(args = nil)
  @extra_data = args
  super(args)
end

Instance Attribute Details

#extra_dataObject

Added for vagrant 1.4.x compatibility This attribute had been added in Vagrant::Errors::VagrantError form the version 1.5.0



11
12
13
# File 'lib/vagrant-openstack-provider/errors.rb', line 11

def extra_data
  @extra_data
end