dplug ~master (2025-01-07T15:22:33Z)
Home
Dub
Repo
ExternalProgramErrored
utils
Undocumented in source.
class
ExternalProgramErrored : Exception {
this
(int errorCode, string message, string file, size_t line, Throwable next);
int
errorCode
;
}
Constructors
this
this
(int errorCode, string message, string file, size_t line, Throwable next)
Undocumented in source.
Members
Variables
errorCode
int
errorCode
;
Undocumented in source.
Meta
Source
See Implementation
utils
classes
ExternalProgramErrored
functions
copyRecurse
error
escapeShellArgument
info
safeCommand
warning