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

11 lines
171 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* An operation did not complete before its timeout expired.
*/
class TimeoutException extends WebDriverException
{
}