LimitExceededException constructor

LimitExceededException({
  1. String? message,
})

Implementation

LimitExceededException({
  this.message,
});