1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
pathoutsidedocumentrootexception.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Engine\View\Exception;
4
5use Bitrix\Main\SystemException;
6
8{
9 public function __construct(string $path)
10 {
11 parent::__construct(
12 "Path `{$path}` is outside the document root"
13 );
14 }
15}
16
17
$path
Определения access_edit.php:21