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