Method: Common::RemoveNodesError#initialize
- Defined in:
- lib/common/cloudbox_exceptions.rb
#initialize(msg) ⇒ RemoveNodesError
Returns a new instance of RemoveNodesError.
335 336 337 |
# File 'lib/common/cloudbox_exceptions.rb', line 335 def initialize(msg) super(msg) end |