Exception: Common::NotImplemented
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::NotImplemented
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if something??? is not implemented.
Instance Method Summary collapse
-
#initialize(msg) ⇒ NotImplemented
constructor
A new instance of NotImplemented.
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 |