class Codebreaker::Errors::AnswerError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/codebraker_ov/utils/errors.rb, line 4
def initialize
  super('Answer must be 4 digits long.')
end