BizException constructor

BizException(
  1. String code,
  2. String message, {
  3. Object? cause,
})

Implementation

BizException(this.code, this.message, {this.cause});