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

8 lines
108 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
class WebDriverCurlException extends WebDriverException
{
}