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