Your IP : 18.117.252.239


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