VIException constructor

VIException(
  1. String code,
  2. String? message
)

Implementation

VIException(this.code, this.message);