viva v0.1.7-alpha (2021-01-10T15:41:58Z)
Home
Dub
Repo
FileException
viva
file
file
The general exception for file operations
class
FileException : Exception {
this
(string message);
}
Constructors
this
this
(string message)
Takes in the exception message
Meta
Source
See Implementation
viva
file
file
classes
FileException
enums
FileAccessFlag
FileCreationFlag
functions
createFile
exists
open
structs
File
The general exception for file operations