Exception: RHC::NoPerGearOperations
- Inherits:
-
UnsupportedError
- Object
- StandardError
- Exception
- UnsupportedError
- RHC::NoPerGearOperations
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize ⇒ NoPerGearOperations
constructor
A new instance of NoPerGearOperations.
Constructor Details
#initialize ⇒ NoPerGearOperations
Returns a new instance of NoPerGearOperations.
234 235 236 |
# File 'lib/rhc/exceptions.rb', line 234 def initialize super "The server does not support operations on individual gears." end |