1
0
mirror of synced 2024-11-22 21:36:06 +03:00
api-client-php/lib/RetailCrm/Exception/InvalidJsonException.php

31 lines
666 B
PHP
Raw Normal View History

<?php
/**
* PHP version 5.3
*
* Class InvalidJsonException
*
* @category RetailCrm
* @package RetailCrm
* @author RetailCrm <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
2016-07-22 01:34:37 +03:00
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
*/
namespace RetailCrm\Exception;
2016-03-09 02:31:29 +03:00
/**
* PHP version 5.3
*
* Class InvalidJsonException
*
* @category RetailCrm
* @package RetailCrm
* @author RetailCrm <integration@retailcrm.ru>
* @license https://opensource.org/licenses/MIT MIT License
2016-07-22 01:34:37 +03:00
* @link http://www.retailcrm.ru/docs/Developers/ApiVersion4
2016-03-09 02:31:29 +03:00
*/
class InvalidJsonException extends \DomainException
{
}