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