dgamevfs ~master (2022-03-05T23:22:09.39453)
Dub
Repo
VFSNotFoundException
dgamevfs
exceptions
Exception thrown when a file/directory was not found.
class
VFSNotFoundException :
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 a file/directory was not found.