ServerException constructor

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

Creates a new ServerException

Implementation

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