1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command to set a cookie’s value could not be satisfied.
7 */
8class UnableToSetCookieException extends WebDriverException
9{
10}
11