class RHC::SnapshotSaveException

Public Class Methods

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