Exception: Hyrax::Ingest::Errors::UnknownRdfPredicate

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

Instance Method Summary collapse

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