(lengthExceeded: StringAdd).self
(lengthExceeded: StringFormat).self
(lengthExceeded: ArrowAssoc[LengthExceeded]).x
(Since version 2.10.0) Use leftOfArrow instead
(lengthExceeded: Ensuring[LengthExceeded]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Exception that is thrown by
lines(maxLength)if it encounters an input whose length exceedsmaxLength. Theinputparameter is set to the inputStringthat causedlinesto fail.