class VagrantPlugins::Openstack::Errors::VagrantOpenstackError

Attributes

extra_data[RW]

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

Public Class Methods

new(args = nil) click to toggle source
Calls superclass method
# File lib/vagrant-openstack-provider/errors.rb, line 13
def initialize(args = nil)
  @extra_data = args
  super(args)
end