comment_too_long abstract method

String comment_too_long(
  1. int maxLength
)

Error message when comment is too long

In en, this message translates to: 'Comment cannot exceed {maxLength} characters'

Implementation

String comment_too_long(int maxLength);