2014-03-22 14:52:17 +04:00
|
|
|
<?php
|
|
|
|
|
2024-04-29 11:44:31 +03:00
|
|
|
/**
|
|
|
|
* @category RetailCRM
|
|
|
|
* @package RetailCRM\Exception
|
|
|
|
* @author RetailCRM <integration@retailcrm.ru>
|
|
|
|
* @license MIT
|
|
|
|
* @link http://retailcrm.ru
|
|
|
|
* @see http://retailcrm.ru/docs
|
|
|
|
*/
|
|
|
|
|
2015-03-03 16:37:34 +03:00
|
|
|
namespace RetailCrm\Exception;
|
|
|
|
|
2024-04-29 11:44:31 +03:00
|
|
|
/**
|
|
|
|
* Class CurlException
|
|
|
|
*
|
|
|
|
* @category RetailCRM
|
|
|
|
* @package RetailCRM\Exception
|
|
|
|
*/
|
2015-03-03 16:37:34 +03:00
|
|
|
class CurlException extends \RuntimeException
|
2014-03-22 14:52:17 +04:00
|
|
|
{
|
2015-03-03 16:37:34 +03:00
|
|
|
}
|