Page MenuHomePhabricator

final class CommandException
libphutil Technical Documentation (Futures)

Exception thrown when a system command fails.

Methods

public function __construct($message, $command, $error, $stdout, $stderr)

This method is not documented.
Parameters
$message
$command
$error
$stdout
$stderr
Return
this//Implicit.//

public function getCommand()

This method is not documented.
Return
wild

public function getError()

This method is not documented.
Return
wild

public function getStdout()

This method is not documented.
Return
wild

public function getStderr()

This method is not documented.
Return
wild

private function summarize($string)

This method is not documented.
Parameters
$string
Return
wild