class Codebreaker::Errors::NoHintsError
Public Class Methods
new(msg = I18n.t('errors.no_hints'))
click to toggle source
Calls superclass method
# File lib/codebreaker/errors/no_hints_error.rb, line 4 def initialize(msg = I18n.t('errors.no_hints')) super end