button ~master (2018-11-15T00:26:20Z)
Dub
Repo
CommandError
button
exceptions
Thrown if a command fails.
class
CommandError : Exception {
int
exitCode
;
this
(int exitCode, string file, int line);
}
Constructors
this
this
(int exitCode, string file, int line)
Undocumented in source.
Members
Variables
exitCode
int
exitCode
;
Undocumented in source.
Meta
Source
See Implementation
button
exceptions
classes
BuildException
CommandError
InvalidCommand
InvalidEdge
MakeParserError
TaskError
Thrown if a command fails.