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