Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
authtypeexception.php
1
<?php
2
namespace
Bitrix\Rest
;
3
4
5
class
AuthTypeException
extends
AccessException
6
{
7
const
MESSAGE
=
'Current authorization type is denied for this method'
;
8
const
CODE
=
'WRONG_AUTH_TYPE'
;
9
}
Bitrix\Rest\AccessException
Definition
accessexception.php:7
Bitrix\Rest\AuthTypeException
Definition
authtypeexception.php:6
Bitrix\Rest\AuthTypeException\CODE
const CODE
Definition
authtypeexception.php:8
Bitrix\Rest\AuthTypeException\MESSAGE
const MESSAGE
Definition
authtypeexception.php:7
Bitrix\Rest
Definition
accessexception.php:2
modules
rest
lib
authtypeexception.php
Создано системой
1.10.0