CommandError

Thrown if a command fails.

class CommandError : Exception {}

Constructors

this
this(int exitCode)
Undocumented in source.

Members

Variables

exitCode
int exitCode;
Undocumented in source.

Meta