class GemCodebreaker::InclusionError

Error class to check game difficulty

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/gem_codebreaker/errors/inclusion_error.rb, line 6
def initialize
  super(I18n.t('errors.unknow_level'))
end