PathPatternParseException

An exception that may be thrown when parsing a path pattern string. This exception will only be thrown if the programmer has made an error in defining their path pattern; NOT if a user-provided URL is incorrect.

@safe
class PathPatternParseException : Exception {}

Constructors

this
this(string msg)
Undocumented in source.

Meta