1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
notfoundpathtoviewexception.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Engine\Response\Render\Exception;
4
6{
10 public function __construct(string $pathOnDocumentRoot)
11 {
12 parent::__construct(
13 "Path to view `$pathOnDocumentRoot` not found on document root.",
14 );
15 }
16}