1
0
mirror of synced 2024-11-25 14:56:07 +03:00
api-client-php/lib/RetailCrm/Exception/CurlException.php

25 lines
288 B
PHP
Raw Normal View History

<?php
/**
* PHP version 5.4
*
2017-06-22 16:42:42 +03:00
* CurlException
*
* @category RetailCrm
* @package RetailCrm
*/
namespace RetailCrm\Exception;
2016-03-09 02:31:29 +03:00
/**
* PHP version 5.4
2016-03-09 02:31:29 +03:00
*
* Class CurlException
*
* @category RetailCrm
* @package RetailCrm
*/
class CurlException extends \RuntimeException
{
}