Files
faveo/vendor/php-webdriver/webdriver/lib/Exception/InvalidSessionIdException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

12 lines
264 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace Facebook\WebDriver\Exception;
/**
* Occurs if the given session id is not in the list of active sessions, meaning the session either does not exist
* or that its not active.
*/
class InvalidSessionIdException extends WebDriverException
{
}