class CookbookOmnifetch::StagingAreaNotAvailable

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cookbook-omnifetch/exceptions.rb, line 110
def initialize
  super "failed to access a StagingArea that is no longer available"
end