Exception: PBCore::ElementMissingBuildXMLBlock

Inherits:
Error
  • Object
show all
Defined in:
lib/pbcore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(element_class:) ⇒ ElementMissingBuildXMLBlock

Returns a new instance of ElementMissingBuildXMLBlock.



47
48
49
# File 'lib/pbcore/errors.rb', line 47

def initialize(element_class:)
  super("Element class #{element_class} does not have a block for building xml. Create one by passing a block to #{element_class}.build_xml")
end