PUrlParsingException

class PUrlParsingException(val input: String, val reason: String) : PUrlException(source)

Exception thrown when there is an error during PUrl parsing process.

Constructors

Link copied to clipboard
constructor(input: String, reason: String)

Properties

Link copied to clipboard

The input string that failed to parse

Link copied to clipboard
open val message: String

Formatted error message including the reason and escaped input string

Link copied to clipboard

The reason why parsing failed