Exception: Codebreaker::Errors::NoHintsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker/errors/no_hints_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = I18n.t('errors.no_hints')) ⇒ NoHintsError

Returns a new instance of NoHintsError.



4
5
6
# File 'lib/codebreaker/errors/no_hints_error.rb', line 4

def initialize(msg = I18n.t('errors.no_hints'))
  super
end