Exception: Scrab::Rally::StoryNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardError
- Scrab::Rally::StoryNotFoundError
- Defined in:
- lib/scrab/rally.rb
Instance Method Summary collapse
-
#initialize(story) ⇒ StoryNotFoundError
constructor
A new instance of StoryNotFoundError.
Constructor Details
#initialize(story) ⇒ StoryNotFoundError
Returns a new instance of StoryNotFoundError.
9 10 11 |
# File 'lib/scrab/rally.rb', line 9 def initialize(story) super "Story '#{story.id}' not found" end |