class RHC::TeamsNotSupportedException
Public Class Methods
new(message="Server does not support teams")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 71 def initialize(message="Server does not support teams") super message, 161 end