Exception: Lurch::Errors::NotLoaded

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lurch/errors/not_loaded.rb

Direct Known Subclasses

RelationshipNotLoaded, ResourceNotLoaded

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ NotLoaded

Returns a new instance of NotLoaded.



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

def initialize(type)
  @type = type
end