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