Exception: Hyrax::Ingest::Errors::RecordNotFound
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::RecordNotFound
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(model_class_name, where_clause) ⇒ RecordNotFound
constructor
A new instance of RecordNotFound.
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 |