1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
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}