Select Git revision
CurlException.php
-
Grzegorz Rola authoredGrzegorz Rola authored
CurlException.php 286 B
<?php
namespace WPDesk\HttpClient\Curl\Exception;
use WPDesk\HttpClient\HttpClientRequestException;
/**
* Base class for all curl exceptions.
*
* @package WPDesk\HttpClient\Curl\Exception
*/
class CurlException extends \RuntimeException implements HttpClientRequestException
{
}