Exception: CodebreakerAp::WrongDifficultyError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebreakerAp::WrongDifficultyError
- Defined in:
- lib/codebreaker_ap/modules/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WrongDifficultyError
constructor
A new instance of WrongDifficultyError.
Constructor Details
#initialize ⇒ WrongDifficultyError
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 |