Exception: RHC::SnapshotRestoreException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Error trying to restore snapshot") ⇒ SnapshotRestoreException
constructor
A new instance of SnapshotRestoreException.
Constructor Details
#initialize(message = "Error trying to restore snapshot") ⇒ SnapshotRestoreException
Returns a new instance of SnapshotRestoreException.
136 137 138 |
# File 'lib/rhc/exceptions.rb', line 136 def initialize(="Error trying to restore snapshot") super , 130 end |