Exception: SistemKebut::XML::BuilderOneRoot

Inherits:
StandardError
  • Object
show all
Defined in:
lib/xml/builder.rb

Instance Method Summary collapse

Constructor Details

#initialize(meth) ⇒ BuilderOneRoot

Returns a new instance of BuilderOneRoot.



19
20
21
# File 'lib/xml/builder.rb', line 19

def initialize(meth)
  super("#{meth} gagal. Root hanya boleh berjumlah 1 element!")
end