class RHC::TeamNotFoundException
Public Class Methods
new(message="Team not found")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 77 def initialize(message="Team not found") super message, 162 end