11 lines
183 B
PHP
11 lines
183 B
PHP
<?php
|
||
|
||
namespace Facebook\WebDriver\Exception;
|
||
|
||
/**
|
||
* A command to set a cookie’s value could not be satisfied.
|
||
*/
|
||
class UnableToSetCookieException extends WebDriverException
|
||
{
|
||
}
|