ColumnLimitExceededException constructor

const ColumnLimitExceededException(
  1. String columnId
)

Creates a new ColumnLimitExceededException for the specified columnId.

Implementation

const ColumnLimitExceededException(this.columnId)
    : super('Column limit exceeded for $columnId');