Exception: RHC::SnapshotRestoreException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="Error trying to restore snapshot")
  super message, 130
end