Your IP : 18.222.104.211


Current Path : /home/bitrix/initial_sites/home-comfort.in.ua/bitrix/modules/rest/lib/
Upload File :
Current File : /home/bitrix/initial_sites/home-comfort.in.ua/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';
}