class ROF::Translators::JsonldToRof::PredicateHandler::UnhandledPredicateError
Public Class Methods
new(predicate, urls)
click to toggle source
Calls superclass method
# File lib/rof/translators/jsonld_to_rof/predicate_handler.rb, line 14 def initialize(predicate, urls) super(%(Unable to handle predicate "#{predicate}". The following predicate URLs were registered #{urls.inspect})) end