1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5class WebDriverCurlException extends WebDriverException
6{
7}
8