Exception: CodebreakerVolkova::Errors::DifficultyError

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

Instance Method Summary collapse

Constructor Details

#initializeDifficultyError

Returns a new instance of DifficultyError.



6
7
8
# File 'lib/codebreaker_volkova/errors/difficulty_error.rb', line 6

def initialize
  super('The difficulty must be easy or medium or hell')
end