1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
filenotexistsexception.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Engine\View\Exception
;
4
5
use
Bitrix\Main\SystemException
;
6
7
final
class
FileNotExistsException
extends
SystemException
8
{
9
public
function
__construct
(
string
$path
)
10
{
11
parent::__construct(
12
"File `{$path}` not exists"
13
);
14
}
15
}
$path
$path
Определения
access_edit.php:21
Bitrix\Main\Engine\View\Exception\FileNotExistsException
Определения
filenotexistsexception.php:8
Bitrix\Main\Engine\View\Exception\FileNotExistsException\__construct
__construct(string $path)
Определения
filenotexistsexception.php:9
Bitrix\Main\SystemException
Определения
SystemException.php:9
Bitrix\Main\Engine\View\Exception
Определения
filenotexistsexception.php:3
bitrix
modules
main
lib
engine
view
exception
filenotexistsexception.php
Создано системой
1.14.0