class RHC::SnapshotRestoreException

Public Class Methods

new(message="Error trying to restore snapshot") click to toggle source
# File lib/rhc/exceptions.rb, line 94
def initialize(message="Error trying to restore snapshot")
  super message, 130
end