Exception: CodebreakerAp::WrongLengthError

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

Instance Method Summary collapse

Constructor Details

#initializeWrongLengthError

Returns a new instance of WrongLengthError.



3
4
5
# File 'lib/codebreaker_ap/modules/errors.rb', line 3

def initialize
  super(Message.new.wrong_length)
end