LimitExceededException constructor

LimitExceededException({
  1. int? code,
  2. String? message,
})

Implementation

LimitExceededException({
  this.code,
  this.message,
});