class RHC::SnapshotRestoreException

Public Class Methods

new(message="Error trying to restore snapshot") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 118
def initialize(message="Error trying to restore snapshot")
  super message, 130
end