prestashop-module/retailcrm/lib/InvalidJsonException.php
Dmitry Korol 39e1684e7c Update for api version 4
* history additional functional
* fixed orders upload when customers data is empty and delivery data is empty
* orders update history
* product offers
* fix 5.3 compability
* retailcrm api v4
2016-08-29 15:59:19 +03:00

16 lines
347 B
PHP

<?php
/**
* PHP version 5.3
*
* Class InvalidJsonException
*
* @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 InvalidJsonException extends \DomainException
{
}