class RHC::AdditionalStorageValueException
Public Class Methods
new(message="The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 241 def initialize(message="The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)") super message, 1 end