class Fog::AzureRM::CustomAzureOperationError

This is a custom Fog exception inherited from MsRestAzure::AzureOperationError

Public Class Methods

new(message, azure_exception) click to toggle source
Calls superclass method
# 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