UIsoException constructor
UIsoException(
- UIsoErrorCode code,
- String message, [
- Object? cause
Implementation
UIsoException(this.code, this.message, [this.cause]);