Exception: Codebreaker::Errors::GameSaveError
- Inherits:
-
StandardError
- Object
- StandardError
- Codebreaker::Errors::GameSaveError
- Defined in:
- lib/codebreaker/errors/game_save_error.rb
Instance Method Summary collapse
-
#initialize(msg = I18n.t('errors.game_save')) ⇒ GameSaveError
constructor
A new instance of GameSaveError.
Constructor Details
#initialize(msg = I18n.t('errors.game_save')) ⇒ GameSaveError
Returns a new instance of GameSaveError.
4 5 6 |
# File 'lib/codebreaker/errors/game_save_error.rb', line 4 def initialize(msg = I18n.t('errors.game_save')) super end |