1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.retailcrm/lib/service/exception/lpaccountsavailableexception.php

24 lines
467 B
PHP

<?php
/**
* @category Integration
* @package Intaro\RetailCrm\Component\Builder\Exception
* @author RetailCRM <integration@retailcrm.ru>
* @license MIT
* @link http://retailcrm.ru
* @see http://retailcrm.ru/docs
*/
namespace Intaro\RetailCrm\Service\Exception;
use Exception;
/**
* Class LpAccountsUnavailableException
*
* @package Intaro\RetailCrm\Component\Builder\Exception
*/
class LpAccountsUnavailableException extends Exception
{
}