UriIOException constructor

UriIOException(
  1. String? message
)

Creates a UriIOException with description.

Implementation

UriIOException(this.message);