Exception: RHC::AdditionalStorageRemoveException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "The amount of additional storage to be removed exceeds the total amount in use. Add the -f flag to override.") ⇒ AdditionalStorageRemoveException

Returns a new instance of AdditionalStorageRemoveException.



211
212
213
# File 'lib/rhc/exceptions.rb', line 211

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