Browse Source

Fix up docs

mscherer 8 years ago
parent
commit
b7b5c0d3f8
1 changed files with 2 additions and 1 deletions
  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 {