class VagrantCloud::Error::ClientError::AuthenticationError
Public Class Methods
Source
# 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
Calls superclass method