2014-11-06 02:44:52 +03:00
|
|
|
<?php
|
|
|
|
|
2016-04-10 00:46:08 +03:00
|
|
|
/**
|
|
|
|
* PHP version 5.3
|
|
|
|
*
|
|
|
|
* Class CurlException
|
|
|
|
*
|
|
|
|
* @category RetailCrm
|
|
|
|
* @package RetailCrm
|
|
|
|
* @author RetailCrm <integration@retailcrm.ru>
|
|
|
|
* @license https://opensource.org/licenses/MIT MIT License
|
2016-07-22 01:34:37 +03:00
|
|
|
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
|
2016-04-10 00:46:08 +03:00
|
|
|
*/
|
|
|
|
|
2014-11-06 02:44:52 +03:00
|
|
|
namespace RetailCrm\Exception;
|
|
|
|
|
2016-03-09 02:31:29 +03:00
|
|
|
/**
|
|
|
|
* PHP version 5.3
|
|
|
|
*
|
|
|
|
* Class CurlException
|
|
|
|
*
|
|
|
|
* @category RetailCrm
|
|
|
|
* @package RetailCrm
|
|
|
|
* @author RetailCrm <integration@retailcrm.ru>
|
|
|
|
* @license https://opensource.org/licenses/MIT MIT License
|
2016-07-22 01:34:37 +03:00
|
|
|
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
|
2016-03-09 02:31:29 +03:00
|
|
|
*/
|
2014-11-06 02:44:52 +03:00
|
|
|
class CurlException extends \RuntimeException
|
|
|
|
{
|
2014-11-10 03:12:50 +03:00
|
|
|
}
|