Exception: Clubhouse::NoSuchMilestone
- Inherits:
-
ClubhouseValidationError
- Object
- StandardError
- ClubhouseValidationError
- Clubhouse::NoSuchMilestone
- Defined in:
- lib/clubhouse2/exceptions.rb
Instance Method Summary collapse
-
#initialize(milestone) ⇒ NoSuchMilestone
constructor
A new instance of NoSuchMilestone.
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 |