InvalidPathException

When a Path is outside of the valid locations.

@safe
class InvalidPathException : Exception {}

Constructors

this
this(string msg, string file, int line)
Undocumented in source.

Meta