PhpBrew\Exception\SystemCommandException::__construct PHP Method

__construct() public method

public __construct ( $message, PhpBrew\Buildable $build = null, $logFile = null )
$build PhpBrew\Buildable
    public function __construct($message, Buildable $build = null, $logFile = null)
    {
        parent::__construct($message);
        $this->build = $build;
        $this->logFile = $logFile;
    }