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
# File lib/rhc/exceptions.rb, line 127
def initialize(message="The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)")
  super message, 1
end