prestashop-module/retailcrm/lib/CurlException.php

16 lines
334 B
PHP
Raw Normal View History

2016-01-13 18:43:41 +03:00
<?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
*/
class CurlException extends \RuntimeException
2016-01-13 18:43:41 +03:00
{
}