Exception: Codebreaker::Errors::AnswerError
- Inherits:
-
StandardError
- Object
- StandardError
- Codebreaker::Errors::AnswerError
- Defined in:
- lib/codebraker_ov/utils/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ AnswerError
constructor
A new instance of AnswerError.
Constructor Details
#initialize ⇒ AnswerError
Returns a new instance of AnswerError.
4 5 6 |
# File 'lib/codebraker_ov/utils/errors.rb', line 4 def initialize super('Answer must be 4 digits long.') end |