Class: Fog::AzureRM::CustomAzureOperationError
- Inherits:
-
MsRestAzure::AzureOperationError
- Object
- MsRestAzure::AzureOperationError
- Fog::AzureRM::CustomAzureOperationError
- Defined in:
- lib/fog/azurerm/custom_fog_errors.rb
Overview
This is a custom Fog exception inherited from MsRestAzure::AzureOperationError
Instance Method Summary collapse
-
#initialize(message, azure_exception) ⇒ CustomAzureOperationError
constructor
A new instance of CustomAzureOperationError.
Constructor Details
#initialize(message, azure_exception) ⇒ CustomAzureOperationError
Returns a new instance of CustomAzureOperationError.
6 7 8 |
# File 'lib/fog/azurerm/custom_fog_errors.rb', line 6 def initialize(, azure_exception) super(azure_exception.request, azure_exception.response, azure_exception.body, "Exception in #{}") end |