类 MissingElementException
当找不到元素文件时使用。
命名空间: Cake\View\Exception
属性概述
-
$_attributes protected
数组
从构造函数传递的属性数组,并在显示开发错误时在视图中可用。
-
$_defaultCode protected
int
默认异常代码
-
$_messageTemplate protected
字符串
包含属性 sprintf() 的模板字符串。
-
$filename protected
字符串
-
$paths protected
list<string>
-
$templateName protected
string|null
-
$type protected
字符串
方法概述
-
__construct() public
构造函数
-
formatMessage() public
获取格式化的异常消息。
-
getAttributes() public
获取传入的属性
方法详情
__construct() ¶ public
__construct(list<string>|string $file, list<string> $paths = [], int|null $code = null, Throwable|null $previous = null)
构造函数
参数
-
list<string>|string
$file 文件名作为字符串,或以数组形式(为向后兼容)。
-
list<string>
$paths 可选 模板无法在其中找到的路径列表。
-
int|null
$code 可选 错误代码。
-
Throwable|null
$previous 可选 之前的异常。