| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/rest/lib/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/rest/lib/authtypeexception.php |
<?php
namespace Bitrix\Rest;
class AuthTypeException extends AccessException
{
const MESSAGE = 'Current authorization type is denied for this method';
const CODE = 'WRONG_AUTH_TYPE';
}