Exception: ExceptionNotImplemented

Inherits:
Exception
  • Object
show all
Defined in:
lib/Keepyourhead/Utils.rb

Instance Method Summary collapse

Constructor Details

#initializeExceptionNotImplemented

Returns a new instance of ExceptionNotImplemented.



81
82
83
# File 'lib/Keepyourhead/Utils.rb', line 81

def initialize
	super "not implemented"
end