ResponseConverterException constructor
const
ResponseConverterException(
- String message, {
- Uri? uri,
- Object? innerException,
- StackTrace? innerStackTrace,
Implementation
const ResponseConverterException(
super.message, {
super.uri,
super.innerException,
super.innerStackTrace,
});