Searched refs:throwException (Results 1 – 3 of 3) sorted by relevance
1506 * @param bool $throwException Whether to throw exception in case signal failed1512 private function doSignal(int $signal, bool $throwException): bool argument1515 if ($throwException) {1525 if ($throwException) {1540 if ($throwException) {
372 WebDriverException::throwException($value['error'], $message, $results);378 WebDriverException::throwException($status, $message, $results);
87 public static function throwException($status_code, $message, $results) function in Facebook\\WebDriver\\Exception\\WebDriverException