Class: Jumbotron::Errors::Canonical::GameNotFoundError

Inherits:
CommandTower::Errors::ApplicationError
  • Object
show all
Defined in:
app/errors/jumbotron/errors/canonical.rb

Instance Method Summary collapse

Instance Method Details

#codeObject



47
48
49
# File 'app/errors/jumbotron/errors/canonical.rb', line 47

def code
  "game_not_found"
end

#messageObject



51
52
53
# File 'app/errors/jumbotron/errors/canonical.rb', line 51

def message
  "canonical game was not found for the provided identities"
end