HTTPStreamingException constructor

HTTPStreamingException(
  1. dynamic underlyingException,
  2. StackTrace trace
)

Implementation

HTTPStreamingException(this.underlyingException, this.trace);