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