Exception: CodebreakerAp::WrongLengthError
- Inherits:
-
StandardError
- Object
- StandardError
- CodebreakerAp::WrongLengthError
- Defined in:
- lib/codebreaker_ap/modules/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WrongLengthError
constructor
A new instance of WrongLengthError.
Constructor Details
#initialize ⇒ WrongLengthError
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 |