Exception: SistemKebut::XML::IDNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ IDNotFound

Returns a new instance of IDNotFound.



25
26
27
# File 'lib/xml/builder.rb', line 25

def initialize(id)
  super("Tidak bisa menemukan #{id}")
end