class VagrantCloud::Error::ClientError::AuthenticationError
Public Class Methods
new(msg, http_code)
click to toggle source
Calls superclass method
# 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