Exception: Habitat::DownloadError
- Inherits:
-
StandardError
- Object
- StandardError
- Habitat::DownloadError
- Defined in:
- lib/habitat/exceptions.rb
Overview
Error class for download errors
Instance Method Summary collapse
-
#initialize(msg = 'Download of artifact from Depot server failed') ⇒ DownloadError
constructor
A new instance of DownloadError.
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 |