Skip to content
Snippets Groups Projects
Select Git revision
  • 8be0434c0aa7126531a355dc833f538b3d69c036
  • master default protected
  • fix/body-raw
  • devel
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
10 results

CurlException.php

Blame
  • 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
    {
    
    }