class RHC::AdditionalStorageRemoveException

Public Class Methods

new(message="The amount of additional storage to be removed exceeds the total amount in use. Add the -f flag to override.") click to toggle source
# File lib/rhc/exceptions.rb, line 133
def initialize(message="The amount of additional storage to be removed exceeds the total amount in use. Add the -f flag to override.")
  super message, 1
end