Searched refs:originalException (Results 1 – 2 of 2) sorted by relevance
12 public function __construct(\Exception $originalException, string $method, string $endpoint) { argument17 $originalException->getMessage(),19 parent::__construct($msg, $originalException->getCode(), $originalException);
558 …* @param ElementNotInteractableException $originalException The exception to throw if unable to cl…562 protected function clickChildElement(ElementNotInteractableException $originalException) argument580 throw $originalException;