Exception: Scrab::Rally::ProjectNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(project) ⇒ ProjectNotFoundError

Returns a new instance of ProjectNotFoundError.



3
4
5
# File 'lib/scrab/rally.rb', line 3

def initialize(project)
  super "Project '#{project}' not found"
end