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.



112
113
114
# File 'lib/rhc/exceptions.rb', line 112

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