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