\Exception
└─Exception
└─ErrorException
public class ErrorException
extends Exception
Constructor Summary | |
---|---|
void | __construct(integer severity, string message, string file, integer line, array context) 错误异常构造函数 |
Method Summary | |
---|---|
final integer | 获取错误级别 |
Methods inherited from think\Exception | |
---|---|
getData, setData |
public void __construct(integer severity, string message, string file, integer line, array context)
错误异常构造函数
public final integer getSeverity()
获取错误级别
ThinkPHP错误异常 主要用于封装 set_error_handler 和 register_shutdown_function 得到的错误 除开从 think\Exception 继承的功能 其他和PHP系统\ErrorException功能基本一样