1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
notfoundpathtoviewexception.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Engine\Response\Render\Exception;
4
5
final
class
NotFoundPathToViewException
extends
RenderException
6
{
10
public
function
__construct
(
string
$pathOnDocumentRoot)
11
{
12
parent::__construct(
13
"Path to view `$pathOnDocumentRoot` not found on document root."
,
14
);
15
}
16
}
Bitrix\Main\Engine\Response\Render\Exception\NotFoundPathToViewException
Определения
notfoundpathtoviewexception.php:6
Bitrix\Main\Engine\Response\Render\Exception\NotFoundPathToViewException\__construct
__construct(string $pathOnDocumentRoot)
Определения
notfoundpathtoviewexception.php:10
Bitrix\Main\Engine\Response\Render\Exception\RenderException
Определения
renderexception.php:8
bitrix
modules
main
lib
engine
response
render
exception
notfoundpathtoviewexception.php
Создано системой
1.14.0