mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 21:26:08 +03:00
16 lines
333 B
PHP
16 lines
333 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
|
|
*/
|
|
class CurlException extends RuntimeException
|
|
{
|
|
}
|