Exception: Codebreaker::Errors::GameOverError
- Inherits:
-
StandardError
- Object
- StandardError
- Codebreaker::Errors::GameOverError
- Defined in:
- lib/codebreaker/errors/game_over_error.rb
Instance Method Summary collapse
-
#initialize(msg = I18n.t('errors.game_over')) ⇒ GameOverError
constructor
A new instance of GameOverError.
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 |