ColumnOperationException constructor

const ColumnOperationException(
  1. String message
)

Creates a new ColumnOperationException with the specified error message.

Implementation

const ColumnOperationException(super.message);