class Hyrax::Ingest::Errors::InvalidActiveFedoraPropertyValue

Public Class Methods

new(value, property_name, rdf_predicate) click to toggle source
Calls superclass method
# 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