class KXI::Exceptions::NotImplementedException
Raised when given part of code isn't yet implemented
Public Class Methods
new()
click to toggle source
Instantiates the {KXI::Exceptions::NotImplementedException} class
Calls superclass method
# File lib/kxi/exceptions/not_implemented_exception.rb, line 8 def initialize super('Code not implemented yet!') end