18 lines
383 B
PHP
18 lines
383 B
PHP
<?php
|
|
|
|
/**
|
|
* PHP version 5.3
|
|
*
|
|
* WC_Retailcrm_Exception_Json class
|
|
*
|
|
* @category Retailcrm
|
|
* @package WC_Retailcrm_Exception_Json
|
|
* @author Retailcrm <dev@retailcrm.ru>
|
|
* @license https://opensource.org/licenses/MIT MIT License
|
|
* @link http://retailcrm.ru/docs/Developers/ApiVersion4
|
|
*/
|
|
|
|
class WC_Retailcrm_Exception_Json extends \DomainException
|
|
{
|
|
}
|