class RHC::MembersNotSupported

Public Class Methods

new(message="The server does not support adding or removing members.") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 193
def initialize(message="The server does not support adding or removing members.")
  super message, 1
end