Method: RHC::SnapshotRestoreException#initialize
- Defined in:
- lib/rhc/exceptions.rb
#initialize(message = "Error trying to restore snapshot") ⇒ SnapshotRestoreException
Returns a new instance of SnapshotRestoreException.
118 119 120 |
# File 'lib/rhc/exceptions.rb', line 118 def initialize(="Error trying to restore snapshot") super , 130 end |