Exception: Hyrax::Ingest::Errors::InvalidActiveFedoraPropertyValue

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

Instance Method Summary collapse

Constructor Details

#initialize(value, property_name, rdf_predicate) ⇒ InvalidActiveFedoraPropertyValue

Returns a new instance of InvalidActiveFedoraPropertyValue.



180
181
182
# File 'lib/hyrax/ingest/errors.rb', line 180

def initialize(value, property_name, rdf_predicate)
  super("Could not assign '#{value}' to property #{property_name} (with RDF predicate '#{rdf_predicate}')")
end