Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
licenseexception.php
1<?php
2namespace Bitrix\Rest;
3
4
6 extends AccessException
7{
8 const MESSAGE = 'This feature is not enabled for the current license:';
9 const CODE = 'WRONG_LICENSE';
10}