class Clubhouse::NoSuchProject

Public Class Methods

new(project) click to toggle source
# File lib/clubhouse2/exceptions.rb, line 39
def initialize(project)
        super('no such project (%s)' % project)
end