Method: Fog::AzureRM::CustomAzureOperationError#initialize

Defined in:
lib/fog/azurerm/custom_fog_errors.rb

#initialize(message, azure_exception) ⇒ CustomAzureOperationError



6
7
8
# File 'lib/fog/azurerm/custom_fog_errors.rb', line 6

def initialize(message, azure_exception)
  super(azure_exception.request, azure_exception.response, azure_exception.body, "Exception in #{message}")
end