Exception: CookbookOmnifetch::StagingAreaNotAvailable

Inherits:
OmnifetchError
  • Object
show all
Defined in:
lib/cookbook-omnifetch/exceptions.rb

Instance Method Summary collapse

Methods inherited from OmnifetchError

status_code

Constructor Details

#initializeStagingAreaNotAvailable

Returns a new instance of StagingAreaNotAvailable.



110
111
112
# File 'lib/cookbook-omnifetch/exceptions.rb', line 110

def initialize
  super "failed to access a StagingArea that is no longer available"
end