UIsoException constructor

UIsoException(
  1. UIsoErrorCode code,
  2. String message, [
  3. Object? cause
])

Implementation

UIsoException(this.code, this.message, [this.cause]);