Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/symfony/process/
H A DProcess.php1506 * @param bool $throwException Whether to throw exception in case signal failed
1512 private function doSignal(int $signal, bool $throwException): bool argument
1515 if ($throwException) {
1525 if ($throwException) {
1540 if ($throwException) {
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php372 WebDriverException::throwException($value['error'], $message, $results);
378 WebDriverException::throwException($status, $message, $results);
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DWebDriverException.php87 public static function throwException($status_code, $message, $results) function in Facebook\\WebDriver\\Exception\\WebDriverException