TupleTooBigException constructor

TupleTooBigException(
  1. int tupleSize,
  2. int maxSize
)

Implementation

TupleTooBigException(this.tupleSize, this.maxSize);