Your IP : 216.73.216.86


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