Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 12 of 12) sorted by path

/plugin/authfacebook/lib/
H A DFacebookResponse.php200 public function throwException() function in Facebook\\FacebookResponse
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php122 $throwException = isset($options['throwException'])
123 ? $options['throwException']
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php87 public static function throwException($status_code, $message, $results) function in Facebook\\WebDriver\\Exception\\WebDriverException
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php372 WebDriverException::throwException($value['error'], $message, $results);
378 WebDriverException::throwException($status, $message, $results);
/plugin/combo/vendor/symfony/process/
H A DProcess.php1492 * @param bool $throwException Whether to throw exception in case signal failed
1498 private function doSignal(int $signal, bool $throwException): bool argument
1501 if ($throwException) {
1511 if ($throwException) {
1526 if ($throwException) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php144 ->will($this->throwException(new \RuntimeException('foo')));
H A DStreamDecoratorTraitTest.php41 ->will($this->throwException(new \Exception('foo')));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php170 ->will($this->throwException(new Exception));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2168 function throwException(Exception $exception) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1942 public static function throwException($exception) function in PHPUnit_Framework_TestCase
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1576 * @param bool $throwException Whether to throw exception in case signal failed
1584 private function doSignal($signal, $throwException) argument
1587 if ($throwException) {
1597 if ($throwException) {
1612 if ($throwException) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php103 $this->throwException($choices);
108 $this->throwException($choices);
170 protected function throwException(array $choices = []): void function in FreeDSx\\Sasl\\MechanismSelector