31 lines
672 B
PHP
31 lines
672 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* PHP version 5.3
|
||
|
*
|
||
|
* Class CurlException
|
||
|
*
|
||
|
* @category RetailCrm
|
||
|
* @package RetailCrm
|
||
|
* @author RetailCrm <integration@retailcrm.ru>
|
||
|
* @license https://opensource.org/licenses/MIT MIT License
|
||
|
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
|
||
|
*/
|
||
|
|
||
|
namespace Retailcrm\Retailcrm\Model\ApiClient\Exception;
|
||
|
|
||
|
/**
|
||
|
* PHP version 5.3
|
||
|
*
|
||
|
* Class CurlException
|
||
|
*
|
||
|
* @category RetailCrm
|
||
|
* @package RetailCrm
|
||
|
* @author RetailCrm <integration@retailcrm.ru>
|
||
|
* @license https://opensource.org/licenses/MIT MIT License
|
||
|
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
|
||
|
*/
|
||
|
class CurlException extends \RuntimeException
|
||
|
{
|
||
|
}
|