xref: /plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/NoSuchCookieException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1*04fd306cSNickeau<?php
2*04fd306cSNickeau
3*04fd306cSNickeaunamespace Facebook\WebDriver\Exception;
4*04fd306cSNickeau
5*04fd306cSNickeau/**
6*04fd306cSNickeau * No cookie matching the given path name was found amongst the associated cookies of the current browsing context’s
7*04fd306cSNickeau * active document.
8*04fd306cSNickeau */
9*04fd306cSNickeauclass NoSuchCookieException extends WebDriverException
10*04fd306cSNickeau{
11*04fd306cSNickeau}
12