1
0
mirror of synced 2025-02-04 14:29:27 +03:00
DeliveryModuleBundle/Exception/RetailCrmApiException.php

8 lines
111 B
PHP
Raw Normal View History

2020-07-15 18:31:28 +03:00
<?php
namespace RetailCrm\DeliveryModuleBundle\Exception;
class RetailCrmApiException extends \Exception
{
}