Files
-S.I.S-QuaySo_v2/vendor/php-webdriver/webdriver/lib/Exception/SessionNotCreatedException.php
T

11 lines
159 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* A new session could not be created.
*/
class SessionNotCreatedException extends WebDriverException
{
}