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