Exception: CodebreakerAp::WrongDifficultyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/codebreaker_ap/modules/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeWrongDifficultyError

Returns a new instance of WrongDifficultyError.



8
9
10
# File 'lib/codebreaker_ap/modules/errors.rb', line 8

def initialize
  super(Message.new.wrong_difficulty)
end