PHP Class PhpBrew\Exception\SystemCommandException

Inheritance: extends RuntimeExceptio\RuntimeException
Exibir arquivo Open project: phpbrew/phpbrew

Protected Properties

Property Type Description
$build
$logFile

Public Methods

Method Description
__construct ( $message, PhpBrew\Buildable $build = null, $logFile = null )
getBuild ( )
getLogFile ( )

Method Details

__construct() public method

public __construct ( $message, PhpBrew\Buildable $build = null, $logFile = null )
$build PhpBrew\Buildable

getBuild() public method

public getBuild ( )

getLogFile() public method

public getLogFile ( )

Property Details

$build protected_oe property

protected $build

$logFile protected_oe property

protected $logFile