Your IP : 3.147.28.158


Current Path : /var/www/axolotl/data/www/nn.axolotls.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/axolotl/data/www/nn.axolotls.ru/bitrix/modules/rest/lib/licenseexception.php

<?php
namespace Bitrix\Rest;


class LicenseException
	extends AccessException
{
	const MESSAGE = 'This feature is not enabled for the current license:';
	const CODE = 'WRONG_LICENSE';
}