dgamevfs ~master (2022-03-05T23:22:09.39453)
Dub
Repo
VFSInvalidPathException
dgamevfs
exceptions
Exception thrown when an invalid path or file/directory name is detected.
class
VFSInvalidPathException :
VFSException
{
this
(string msg, string file, int line);
}
Constructors
this
this
(string msg, string file, int line)
Undocumented in source.
Meta
Source
See Implementation
dgamevfs
exceptions
aliases
invalidPath
ioError
mountError
notFound
classes
VFSException
VFSIOException
VFSInvalidPathException
VFSMountException
VFSNotFoundException
templates
error
Exception thrown when an invalid path or file/directory name is detected.