| Current Path : /home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Exception/ |
| Current File : //home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Exception/ScriptTimeoutException.php |
<?php
namespace Facebook\WebDriver\Exception;
/**
* A script did not complete before its timeout expired.
*/
class ScriptTimeoutException extends WebDriverException
{
}