rockhopper ~master (2024-11-05T20:42:29.9868199)
Dub
Repo
FileException
rockhopper
rhapi
file
Undocumented in source.
class
FileException : Exception(
S
) {
static if
(
!is(S == void)
)
S
status
;
this
(S st, string msg);
}
Constructors
this
this
(S st, string msg)
Undocumented in source.
Members
Variables
status
S
status
;
Undocumented in source.
Meta
Source
See Implementation
rockhopper
rhapi
file
aliases
FileH
FileIOException
FileOpenException
PipeEndHA
PipeEndHR
PipeEndHW
classes
FileException
enums
SeekOrigin
functions
getStderr
getStdin
getStdout
streamify
structs
Pipe
Stream