Exception: VagrantCloud::Error::ClientError::AuthenticationError

Inherits:
VagrantCloud::Error::ClientError show all
Defined in:
lib/vagrant_cloud/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, http_code) ⇒ AuthenticationError



33
34
35
36
37
# File 'lib/vagrant_cloud/error.rb', line 33

def initialize(msg, http_code)
  @error_arr = [msg]
  @error_code = http_code.to_i
  super(msg)
end