Exception: Codebreaker::Errors::GameOverError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker/errors/game_over_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = I18n.t('errors.game_over')) ⇒ GameOverError

Returns a new instance of GameOverError.



4
5
6
# File 'lib/codebreaker/errors/game_over_error.rb', line 4

def initialize(msg = I18n.t('errors.game_over'))
  super
end