Home
last modified time | relevance | path

Searched refs:originalException (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DMatrixHttpLibException.php12 public function __construct(\Exception $originalException, string $method, string $endpoint) { argument
17 $originalException->getMessage(),
19 parent::__construct($msg, $originalException->getCode(), $originalException);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php558 …* @param ElementNotInteractableException $originalException The exception to throw if unable to cl…
562 protected function clickChildElement(ElementNotInteractableException $originalException) argument
580 throw $originalException;