Exception: Common::ReloadServiceError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::ReloadServiceError
- 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
-
#initialize(msg) ⇒ ReloadServiceError
constructor
A new instance of ReloadServiceError.
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 |