Exception: CodebreakerAp::WrongNumbersError

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

Instance Method Summary collapse

Constructor Details

#initializeWrongNumbersError

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