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

7 lines
94 B
PHP
Raw Normal View History

<?php
namespace RetailCrm\Exception;
class InvalidJsonException extends \DomainException
{
}