PHP Class TQ\Vcs\Cli\CallException

Inheritance: extends RuntimeException, implements TQ\Vcs\Exception
Mostra file Open project: teqneers/php-stream-wrapper-for-git

Protected Properties

Property Type Description
$cliCallResult CallResult The call result that caused the exception

Public Methods

Method Description
__construct ( string $message, CallResult $cliCallResult ) Creates a new exception

Method Details

__construct() public method

Creates a new exception
public __construct ( string $message, CallResult $cliCallResult )
$message string The exception message
$cliCallResult CallResult The call result that caused the exception

Property Details

$cliCallResult protected_oe property

The call result that caused the exception
protected CallResult,TQ\Vcs\Cli $cliCallResult
return CallResult