AngelHttpException.unavailable constructor
AngelHttpException.unavailable({
Throws a 503 Unavailable error.
Implementation
factory AngelHttpException.unavailable({
String message = '503 Unavailable',
}) => AngelHttpException(message: message, statusCode: 503);