8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
|
|
namespace RetailCrm\DeliveryModuleBundle\Exception;
|
|
|
|
class RetailCrmApiException extends \Exception
|
|
{
|
|
}
|