Sha256: a9f85d9811d608cacc312a923cb9ecc9bdc818ab51644a6e7f33f4c1e9cc6b9b

Contents?: true

Size: 351 Bytes

Versions: 7

Compression:

Stored size: 351 Bytes

Contents

# This file contains any or all custom Fog errors that we create
module Fog
  module AzureRM
    # This is a custom Fog exception inherited from Azure::Core::Http::HTTPError
    class CustomAzureCoreHttpError < Azure::Core::Http::HTTPError
      def initialize(azure_exception)
        super(azure_exception.http_response)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gitlab-fog-azure-rm-2.2.0 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-2.1.0 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-2.0.1 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-2.0.0 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-1.9.1 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-1.9.0 lib/fog/azurerm/custom_fog_errors.rb
gitlab-fog-azure-rm-1.8.0 lib/fog/azurerm/custom_fog_errors.rb