Class: Fog::AzureRM::CustomAzureCoreHttpError

Inherits:
Azure::Core::Http::HTTPError
  • Object
show all
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

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