Exception: RHC::SnapshotSaveException

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 save snapshot") ⇒ SnapshotSaveException

Returns a new instance of SnapshotSaveException.



130
131
132
# File 'lib/rhc/exceptions.rb', line 130

def initialize(message="Error trying to save snapshot")
  super message, 130
end