IForeventsAuthException constructor

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

Implementation

const IForeventsAuthException(
  super.message, {
  super.statusCode,
  super.details,
});