class Clubhouse::NoSuchTeam
Public Class Methods
new(team)
click to toggle source
Calls superclass method
Clubhouse::ClubhouseValidationError::new
# File lib/clubhouse2/exceptions.rb, line 33 def initialize(team) super('no such team (%s)' % team) end