Class: Jumbotron::Errors::Canonical::GameNotFoundError
- Inherits:
-
CommandTower::Errors::ApplicationError
- Object
- CommandTower::Errors::ApplicationError
- Jumbotron::Errors::Canonical::GameNotFoundError
- Defined in:
- app/errors/jumbotron/errors/canonical.rb
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
47 48 49 |
# File 'app/errors/jumbotron/errors/canonical.rb', line 47 def code "game_not_found" end |
#message ⇒ Object
51 52 53 |
# File 'app/errors/jumbotron/errors/canonical.rb', line 51 def "canonical game was not found for the provided identities" end |