X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FException%2FUnableToSetCookie.php;fp=vendor%2Finstaclick%2Fphp-webdriver%2Flib%2FWebDriver%2FException%2FUnableToSetCookie.php;h=0000000000000000000000000000000000000000;hp=7fc6b111369adfd9dd8cdb560c320fad0edc6707;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/UnableToSetCookie.php b/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/UnableToSetCookie.php deleted file mode 100644 index 7fc6b1113..000000000 --- a/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/UnableToSetCookie.php +++ /dev/null @@ -1,34 +0,0 @@ - - * @author Anthon Pang - */ - -namespace WebDriver\Exception; - -use WebDriver\Exception as BaseException; - -/** - * WebDriver\Exception\UnableToSetCookie class - * - * @package WebDriver - */ -final class UnableToSetCookie extends BaseException -{ -}