ServiceUnavailableException constructor

ServiceUnavailableException(
  1. String message, {
  2. Status? status,
})

Implementation

ServiceUnavailableException(super.message, {super.status})
  : super(statusCode: 503);