Exception: CodebreakerVolkova::Errors::GuessError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebreakerVolkova::Errors::GuessError
- Defined in:
- lib/codebreaker_volkova/errors/guess_error.rb
Instance Method Summary collapse
-
#initialize ⇒ GuessError
constructor
A new instance of GuessError.
Constructor Details
#initialize ⇒ GuessError
Returns a new instance of GuessError.
6 7 8 |
# File 'lib/codebreaker_volkova/errors/guess_error.rb', line 6 def initialize super('The each digit must be in the range 1-6 ') end |