vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
PathValidationException
vibe
core
path
Thrown when an invalid string representation of a path is detected.
class
PathValidationException : Exception {
this
(string text, string file, size_t line, Throwable next);
}
Constructors
this
this
(string text, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
vibe
core
path
aliases
InetPath
NativePath
Path
PathEntry
PosixPath
WindowsPath
classes
PathValidationException
functions
relativeTo
relativeToWeb
toNativeString
structs
GenericPath
InetPathFormat
PosixPathFormat
WindowsPathFormat
Thrown when an invalid string representation of a path is detected.