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