class Codebreaker::Errors::GameOverError

Public Class Methods

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