Exception: RHC::MembersNotSupported

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

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "The server does not support adding or removing members.") ⇒ MembersNotSupported

Returns a new instance of MembersNotSupported.



199
200
201
# File 'lib/rhc/exceptions.rb', line 199

def initialize(message="The server does not support adding or removing members.")
  super message, 1
end