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 on this resource.") ⇒ MembersNotSupported

Returns a new instance of MembersNotSupported.



223
224
225
# File 'lib/rhc/exceptions.rb', line 223

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