ServiceUnavailableException constructor
ServiceUnavailableException(
- String message, {
- Status? status,
Implementation
ServiceUnavailableException(super.message, {super.status})
: super(statusCode: 503);