Exception: NeedsResources::InvalidOrCorruptedResourcesError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/needs_resources/invalid_or_corrupted_resources_error.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidOrCorruptedResourcesError

Returns a new instance of InvalidOrCorruptedResourcesError.



4
5
6
# File 'lib/needs_resources/invalid_or_corrupted_resources_error.rb', line 4

def initialize
  super "Invalid or corrupted resources config file"
end