dplug ~master (2025-02-18T16:04:15Z)
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