1
0
mirror of synced 2025-02-01 07:41:41 +03:00
2015-03-03 16:37:34 +03:00

8 lines
95 B
PHP

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