Searched refs:throwException (Results 1 – 12 of 12) sorted by relevance
103 $this->throwException($choices);108 $this->throwException($choices);170 protected function throwException(array $choices = []): void function in FreeDSx\\Sasl\\MechanismSelector
122 $throwException = isset($options['throwException'])123 ? $options['throwException']
1576 * @param bool $throwException Whether to throw exception in case signal failed1584 private function doSignal($signal, $throwException) argument1587 if ($throwException) {1597 if ($throwException) {1612 if ($throwException) {
1492 * @param bool $throwException Whether to throw exception in case signal failed1498 private function doSignal(int $signal, bool $throwException): bool argument 1501 if ($throwException) {1511 if ($throwException) {1526 if ($throwException) {
372 WebDriverException::throwException($value['error'], $message, $results);378 WebDriverException::throwException($status, $message, $results);
200 public function throwException() function in Facebook\\FacebookResponse
41 ->will($this->throwException(new \Exception('foo')));
144 ->will($this->throwException(new \RuntimeException('foo')));
87 public static function throwException($status_code, $message, $results) function in Facebook\\WebDriver\\Exception\\WebDriverException
2168 function throwException(Exception $exception) function
170 ->will($this->throwException(new Exception));
1942 public static function throwException($exception) function in PHPUnit_Framework_TestCase