1
0
mirror of synced 2024-11-24 06:16:29 +03:00
bitrix-module/intaro.retailcrm/classes/general/Exception/CurlException.php

23 lines
381 B
PHP
Raw Normal View History

2014-03-22 14:52:17 +04:00
<?php
/**
* @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;
/**
* 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
}