Skip to content
Snippets Groups Projects

Feature/first release

Merged Krzysztof Dyszczyk requested to merge feature/first-release into master
22 files
+ 786
4
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 15
0
<?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
{
}
\ No newline at end of file
Loading