ENILimitReachedException constructor

ENILimitReachedException({
  1. String? type,
  2. String? message,
})

Implementation

ENILimitReachedException({String? type, String? message})
    : super(type: type, code: 'ENILimitReachedException', message: message);