Exception: Scrab::Rally::ProjectNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardError
- Scrab::Rally::ProjectNotFoundError
- Defined in:
- lib/scrab/rally.rb
Instance Method Summary collapse
-
#initialize(project) ⇒ ProjectNotFoundError
constructor
A new instance of ProjectNotFoundError.
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 |