Exception: Hyrax::Ingest::Errors::RecordNotFound

Inherits:
Hyrax::Ingest::Error show all
Defined in:
lib/hyrax/ingest/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(model_class_name, where_clause) ⇒ RecordNotFound

Returns a new instance of RecordNotFound.



93
94
95
# File 'lib/hyrax/ingest/errors.rb', line 93

def initialize(model_class_name, where_clause)
  super("Record of type '#{model_class_name}' could not be found where #{where_clause}.")
end