ez-pro/core/bitrix/modules/rest/lib/licenseexception.php
2025-11-13 19:04:05 +03:00

11 lines
187 B
PHP

<?php
namespace Bitrix\Rest;
class LicenseException
extends AccessException
{
const MESSAGE = 'This feature is not enabled for the current license:';
const CODE = 'WRONG_LICENSE';
}