Class CommandException
Exception thrown when a system command fails.
Tasks
Methods
public this __construct($message, $command, $error, $stdout, $stderr)
| parameters | wild | $message | |
| wild | $command | |
| wild | $error | |
| wild | $stdout | |
| wild | $stderr | |
| return | this | | |
This method is not documented.
public getCommand()
This method is not documented.
public getError()
This method is not documented.
public getStderr()
This method is not documented.
public getStdout()
This method is not documented.
private summarize($string)
| parameters | wild | $string | |
| return | wild | | |
This method is not documented.