Exception: CodebreakerAp::WrongNumbersError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebreakerAp::WrongNumbersError
- Defined in:
- lib/codebreaker_ap/modules/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WrongNumbersError
constructor
A new instance of WrongNumbersError.
Constructor Details
#initialize ⇒ WrongNumbersError
Returns a new instance of WrongNumbersError.
13 14 15 |
# File 'lib/codebreaker_ap/modules/errors.rb', line 13 def initialize super(Message.new.wrong_chars) end |