class RHC::SnapshotSaveException
Public Class Methods
new(message="Error trying to save snapshot")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 166 def initialize(message="Error trying to save snapshot") super message, 130 end