class PBCore::ElementMissingBuildXMLBlock

Public Class Methods

new(element_class:) click to toggle source
Calls superclass method
# 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