class GemCodebreaker::NoAttemptsError

Error class to check for attempts

Public Class Methods

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