NetworkException constructor
const
NetworkException({
- required String message,
- StackTrace? stackTrace,
Exception thrown when a network error occurs.
Implementation
const NetworkException({
required super.message,
super.stackTrace,
});