Exception: CodebreakerVolkova::Errors::GuessLengthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker_volkova/errors/guess_length_error.rb

Instance Method Summary collapse

Constructor Details

#initializeGuessLengthError

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