dgamevfs ~master (2022-03-05T23:22:09.39453)
Dub
Repo
VFSException
dgamevfs
exceptions
Parent class of all exceptions thrown at VFS errors.
abstract
class
VFSException : Exception {
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
Parent class of all exceptions thrown at VFS errors.