Exception: Habitat::DownloadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/habitat/exceptions.rb

Overview

Error class for download errors

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Download of artifact from Depot server failed') ⇒ DownloadError

Returns a new instance of DownloadError.



34
35
36
# File 'lib/habitat/exceptions.rb', line 34

def initialize(msg = 'Download of artifact from Depot server failed')
  super
end