1 <?php 2 3 namespace RetailCrm\Exception; 4 5 class InvalidJsonException extends \DomainException 6 { 7 }