浏览代码

Fix up docs

mscherer 8 年之前
父节点
当前提交
b7b5c0d3f8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Error/ErrorHandler.php

+ 2 - 1
src/Error/ErrorHandler.php

@@ -26,7 +26,8 @@ use Exception;
  * In case you need custom 404 mappings for some additional custom exceptions, make use of `log404` option.
  * It will overwrite the current defaults completely.
  *
- * @deprecated As of CakePHP 3.3+. Use Tools\Error\Middleware\ErrorHandlerMiddleware now.
+ * Somewhat deprecated of CakePHP 3.3+. Use Tools\Error\Middleware\ErrorHandlerMiddleware now.
+ * Still needed for low level errors, though.
  */
 class ErrorHandler extends CoreErrorHandler {