ProxyFetchException constructor
const
ProxyFetchException(
- String message
Creates a new ProxyFetchException with the given message
Implementation
const ProxyFetchException(super.message);
Creates a new ProxyFetchException with the given message
const ProxyFetchException(super.message);