Files
faveo/vendor/php-webdriver/webdriver/lib/Exception/UnableToSetCookieException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

11 lines
183 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace Facebook\WebDriver\Exception;
/**
* A command to set a cookies value could not be satisfied.
*/
class UnableToSetCookieException extends WebDriverException
{
}