* @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 { }