mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
* 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
16 lines
347 B
PHP
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
|
|
{
|
|
}
|