Exception: LengthError
- Inherits:
-
StandardError
- Object
- StandardError
- LengthError
- Defined in:
- lib/codebreaker/validation/errors/length_error.rb
Instance Method Summary collapse
-
#initialize ⇒ LengthError
constructor
A new instance of LengthError.
Constructor Details
#initialize ⇒ LengthError
Returns a new instance of LengthError.
4 5 6 |
# File 'lib/codebreaker/validation/errors/length_error.rb', line 4 def initialize super("Incorrect length") end |