Uri Syntax Exception
class UriSyntaxException(val input: String, internalReason: String, val index: Int = -1) : Exception
Exception thrown to indicate that a string could not be parsed as a URI reference.
Exception thrown to indicate that a string could not be parsed as a URI reference.