Exception: Scrab::Rally::StoryNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/scrab/rally.rb

Instance Method Summary collapse

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