Exception: Clubhouse::NoSuchTeam

Inherits:
ClubhouseValidationError show all
Defined in:
lib/clubhouse2/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(team) ⇒ NoSuchTeam

Returns a new instance of NoSuchTeam.



33
34
35
# File 'lib/clubhouse2/exceptions.rb', line 33

def initialize(team)
  super('no such team (%s)' % team)
end