Exception: RHC::AdditionalStorageValueException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)") ⇒ AdditionalStorageValueException
constructor
A new instance of AdditionalStorageValueException.
Constructor Details
#initialize(message = "The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)") ⇒ AdditionalStorageValueException
Returns a new instance of AdditionalStorageValueException.
181 182 183 |
# File 'lib/rhc/exceptions.rb', line 181 def initialize(="The amount format must be a number, optionally followed by 'GB' (ex.: 5GB)") super , 1 end |