Exception: CookbookOmnifetch::StagingAreaNotAvailable
- Inherits:
-
OmnifetchError
- Object
- StandardError
- OmnifetchError
- CookbookOmnifetch::StagingAreaNotAvailable
- Defined in:
- lib/cookbook-omnifetch/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ StagingAreaNotAvailable
constructor
A new instance of StagingAreaNotAvailable.
Methods inherited from OmnifetchError
Constructor Details
#initialize ⇒ StagingAreaNotAvailable
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 |