updated-packages
This commit is contained in:
10
vendor/php-webdriver/webdriver/lib/Exception/InvalidCookieDomainException.php
vendored
Normal file
10
vendor/php-webdriver/webdriver/lib/Exception/InvalidCookieDomainException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Exception;
|
||||
|
||||
/**
|
||||
* An illegal attempt was made to set a cookie under a different domain than the current page.
|
||||
*/
|
||||
class InvalidCookieDomainException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user