Class: Fog::AzureRM::CustomAzureCoreHttpError
- Inherits:
-
Azure::Core::Http::HTTPError
- Object
- Azure::Core::Http::HTTPError
- Fog::AzureRM::CustomAzureCoreHttpError
- Defined in:
- lib/fog/azurerm/custom_fog_errors.rb
Overview
This is a custom Fog exception inherited from Azure::Core::Http::HTTPError
Instance Method Summary collapse
-
#initialize(azure_exception) ⇒ CustomAzureCoreHttpError
constructor
A new instance of CustomAzureCoreHttpError.
Constructor Details
#initialize(azure_exception) ⇒ CustomAzureCoreHttpError
Returns a new instance of CustomAzureCoreHttpError.
47 48 49 |
# File 'lib/fog/azurerm/custom_fog_errors.rb', line 47 def initialize(azure_exception) super(azure_exception.http_response) end |