ClientException.uriNotAllowed constructor

ClientException.uriNotAllowed(
  1. Uri reference
)

Create an exception describing that reference is not allowd.

Implementation

factory ClientException.uriNotAllowed(Uri reference) =>
    ClientException('$reference is not allowed', reference: reference);