FwStandardModelsFwApiException constructor

FwStandardModelsFwApiException({
  1. int? statusCode,
  2. String? message,
  3. String? stackTrace,
})

Implementation

FwStandardModelsFwApiException({
  this.statusCode,
  this.message,
  this.stackTrace,
});