ImportLimitExceededException constructor

const ImportLimitExceededException(
  1. String limit,
  2. String message
)

Creates the exception naming the limit that was exceeded.

Implementation

const ImportLimitExceededException(this.limit, super.message);