Exception: SistemKebut::XML::BuilderOneRoot
- Inherits:
-
StandardError
- Object
- StandardError
- SistemKebut::XML::BuilderOneRoot
- Defined in:
- lib/xml/builder.rb
Instance Method Summary collapse
-
#initialize(meth) ⇒ BuilderOneRoot
constructor
A new instance of BuilderOneRoot.
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 |