1
0
mirror of synced 2025-01-31 23:31:43 +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
{
}