ConnectException constructor
- String msg, {
- required ConnectionErrorReason reason,
- int statusCode = 0,
Implementation
ConnectException(
String msg, {
required this.reason,
this.statusCode = 0,
}) : super._(msg);
ConnectException(
String msg, {
required this.reason,
this.statusCode = 0,
}) : super._(msg);