Your IP : 3.148.210.23


Current Path : /var/www/axolotl/data/www/nn.axolotls.ru/bitrix/modules/rest/lib/
Upload File :
Current File : /var/www/axolotl/data/www/nn.axolotls.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';
}