Exception: ROF::Translators::JsonldToRof::Accumulator::TooManyElementsError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rof/translators/jsonld_to_rof/accumulator.rb

Instance Method Summary collapse

Constructor Details

#initialize(context) ⇒ TooManyElementsError

Returns a new instance of TooManyElementsError.



102
103
104
# 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