Searched refs:throwException (Results 1 – 9 of 9) 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) {
200 public function throwException() function in Facebook\\FacebookResponse
41 ->will($this->throwException(new \Exception('foo')));
144 ->will($this->throwException(new \RuntimeException('foo')));
2168 function throwException(Exception $exception) function
170 ->will($this->throwException(new Exception));
1942 public static function throwException($exception) function in PHPUnit_Framework_TestCase