ProxyFetchException constructor

const ProxyFetchException(
  1. String message
)

Creates a new ProxyFetchException with the given message

Implementation

const ProxyFetchException(super.message);