Your IP : 52.14.9.138


Current Path : /home/bitrix/ext_www/xn--80atde5a3i.com/bitrix/modules/rest/lib/
Upload File :
Current File : /home/bitrix/ext_www/xn--80atde5a3i.com/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';
}