class ROF::Translators::JsonldToRof::Accumulator::TooManyElementsError

Public Class Methods

new(context) click to toggle source
Calls superclass method
# File lib/rof/translators/jsonld_to_rof/accumulator.rb, line 102
def initialize(context)
  super(%(Attempted to set more than one value for #{context}))
end