Exception: Common::ReloadServiceError

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

Overview

Throws an exception if an error occurred during the reloading of the service crowbar.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ReloadServiceError

Returns a new instance of ReloadServiceError.



205
206
207
# File 'lib/common/cloudbox_exceptions.rb', line 205

def initialize(msg)
  super(msg)
end