Exception: Codebreaker::Errors::GameSaveError

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

Instance Method Summary collapse

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