24 lines
467 B
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
|
|
{
|
|
}
|