module Codebreaker module Errors class GameSaveError < StandardError def initialize(msg = I18n.t('errors.game_save')) super end end end end