This Exception is thrown if something goes wrong when encoding or decoding a URI.
import std.exception : assertThrown; assertThrown!URIException("%ab".decode);
See Implementation
This Exception is thrown if something goes wrong when encoding or decoding a URI.