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