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
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 247 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