class Codebreaker::Errors::GameSaveError

Public Class Methods

new(msg = I18n.t('errors.game_save')) click to toggle source
Calls superclass method
# File lib/codebreaker/errors/game_save_error.rb, line 4
def initialize(msg = I18n.t('errors.game_save'))
  super
end