Your IP : 3.133.115.2


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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';
}