Exception: RHC::NoPerGearOperations

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

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initializeNoPerGearOperations

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