FloatyProxyTimeoutException constructor

const FloatyProxyTimeoutException(
  1. String service,
  2. String method
)

Thrown when a proxy call exceeds its timeout.

Implementation

const FloatyProxyTimeoutException(String service, String method)
    : super('Proxy call to $service.$method timed out');