URITooLong constructor

const URITooLong(
  1. dynamic error
)

Implementation

const URITooLong(
  dynamic error,
) : super('URI Too Long', '414', error);