comment_too_many_lines abstract method

String comment_too_many_lines(
  1. int maxLines
)

Error message when comment has too many lines

In en, this message translates to: 'Comment cannot exceed {maxLines} lines'

Implementation

String comment_too_many_lines(int maxLines);