class Fog::AzureRM::CustomAzureCoreHttpError

This is a custom Fog exception inherited from Azure::Core::Http::HTTPError

Public Class Methods

new(azure_exception) click to toggle source
Calls superclass method
# File lib/fog/azurerm/custom_fog_errors.rb, line 13
def initialize(azure_exception)
  super(azure_exception.http_response)
end