QosicException constructor

QosicException(
  1. String msg, {
  2. String? responseMsg,
  3. required Object data,
})

Implementation

QosicException(
  this.msg, {
  this.responseMsg,
  required this.data,
});