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.
  * In case you need custom 404 mappings for some additional custom exceptions, make use of `log404` option.
  * It will overwrite the current defaults completely.
  * 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 {
 class ErrorHandler extends CoreErrorHandler {