IForeventsAPIException constructor

const IForeventsAPIException(
  1. String message, {
  2. int? statusCode,
  3. Map<String, dynamic>? details,
})

Implementation

const IForeventsAPIException(this.message, {this.statusCode, this.details});