Exception: Common::NotImplemented

Inherits:
CloudboxError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if something??? is not implemented.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NotImplemented

Returns a new instance of NotImplemented.



365
366
367
# File 'lib/common/cloudbox_exceptions.rb', line 365

def initialize(msg)
  super(msg)
end