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

8 lines
95 B
PHP

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