Exception: Clubhouse::NoSuchMilestone

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

Instance Method Summary collapse

Constructor Details

#initialize(milestone) ⇒ NoSuchMilestone

Returns a new instance of NoSuchMilestone.



45
46
47
# File 'lib/clubhouse2/exceptions.rb', line 45

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