Exception: KXI::Exceptions::NotImplementedException

Inherits:
Exception
  • Object
show all
Defined in:
lib/kxi/exceptions/not_implemented_exception.rb

Overview

Raised when given part of code isn’t yet implemented

Instance Method Summary collapse

Constructor Details

#initializeNotImplementedException



8
9
10
# File 'lib/kxi/exceptions/not_implemented_exception.rb', line 8

def initialize
	super('Code not implemented yet!')
end