Exception: Codebreaker::Errors::NoHintsError
- Inherits:
-
StandardError
- Object
- StandardError
- Codebreaker::Errors::NoHintsError
- Defined in:
- lib/codebreaker/errors/no_hints_error.rb
Instance Method Summary collapse
-
#initialize(msg = I18n.t('errors.no_hints')) ⇒ NoHintsError
constructor
A new instance of NoHintsError.
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 |