Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
authtypeexception.php
1<?php
2namespace Bitrix\Rest;
3
4
6{
7 const MESSAGE = 'Current authorization type is denied for this method';
8 const CODE = 'WRONG_AUTH_TYPE';
9}