class GemCodebreaker::NoHintsError

Error class to check for hints

Public Class Methods

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