2025-09-03 15:58:58 +03:00

11 lines
159 B
PHP

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