Diviner

Class CommandException

Definedsrc/future/exec/CommandException.php:7
GroupCommand Execution
ExtendsException

Exception thrown when a system command fails.

Tasks

Unspecified

Methods

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

parameterswild$message
wild$command
wild$error
wild$stdout
wild$stderr
returnthis
This method is not documented.

public getCommand()

returnwild
This method is not documented.

public getError()

returnwild
This method is not documented.

public getStderr()

returnwild
This method is not documented.

public getStdout()

returnwild
This method is not documented.

private summarize($string)

parameterswild$string
returnwild
This method is not documented.