Exception: RHC::TeamsNotSupportedException

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 = "Server does not support teams") ⇒ TeamsNotSupportedException

Returns a new instance of TeamsNotSupportedException.



71
72
73
# File 'lib/rhc/exceptions.rb', line 71

def initialize(message="Server does not support teams")
  super message, 161
end