FloatyProxyException constructor

const FloatyProxyException(
  1. String message
)

Base exception for proxy call failures.

Implementation

const FloatyProxyException(this.message);