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