InternalServiceErrorException constructor

InternalServiceErrorException({
  1. String? message,
})

Implementation

InternalServiceErrorException({
  this.message,
});