class RHC::NoPerGearOperations

Public Class Methods

new() click to toggle source
Calls superclass method RHC::UnsupportedError.new
# File lib/rhc/exceptions.rb, line 168
def initialize
  super "The server does not support operations on individual gears."
end