ScrellaApiException constructor

ScrellaApiException(
  1. String message, {
  2. int? statusCode,
})

Implementation

ScrellaApiException(this.message, {this.statusCode});