button v0.1.0 (2016-06-27T04:12:33Z)
Dub
Repo
CommandError
button
command
Thrown if a command fails.
class
CommandError : Exception {
int
exitCode
;
this
(int exitCode);
}
Constructors
this
this
(int exitCode)
Undocumented in source.
Members
Variables
exitCode
int
exitCode
;
Undocumented in source.
Meta
Source
See Implementation
button
command
classes
CommandError
functions
escapeShellArg
structs
Command
Thrown if a command fails.