Exception: Hyrax::Ingest::Errors::UnknownRdfPredicate
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::UnknownRdfPredicate
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(unknown_rdf_predicate, af_model_class_name) ⇒ UnknownRdfPredicate
constructor
A new instance of UnknownRdfPredicate.
Constructor Details
#initialize(unknown_rdf_predicate, af_model_class_name) ⇒ UnknownRdfPredicate
Returns a new instance of UnknownRdfPredicate.
148 149 150 |
# File 'lib/hyrax/ingest/errors.rb', line 148 def initialize(unknown_rdf_predicate, af_model_class_name) super("Unknown RDF Predicate '#{unknown_rdf_predicate}' for ActiveFedora model '#{af_model_class_name}'") end |