FloatyProxyErrorException constructor

const FloatyProxyErrorException(
  1. String message
)

Thrown when the host-side handler threw an exception.

Implementation

const FloatyProxyErrorException(super.message);