Exception: Lurch::Errors::ResourceNotLoaded

Inherits:
NotLoaded
  • Object
show all
Defined in:
lib/lurch/errors/resource_not_loaded.rb

Instance Method Summary collapse

Methods inherited from NotLoaded

#initialize

Constructor Details

This class inherits a constructor from Lurch::Errors::NotLoaded

Instance Method Details

#messageObject



4
5
6
# File 'lib/lurch/errors/resource_not_loaded.rb', line 4

def message
  "Resource (#{type}) not loaded, try calling #fetch first."
end