Exception: VagrantCloud::Error::ClientError::AuthenticationError
- Inherits:
-
VagrantCloud::Error::ClientError
- Object
- StandardError
- VagrantCloud::Error
- VagrantCloud::Error::ClientError
- VagrantCloud::Error::ClientError::AuthenticationError
- Defined in:
- lib/vagrant_cloud/error.rb
Instance Method Summary collapse
-
#initialize(msg, http_code) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
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 |