Mark Scherer 10 年之前
父节点
当前提交
5f0b0f1456
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/Error/ErrorHandler.php

+ 3 - 0
src/Error/ErrorHandler.php

@@ -21,6 +21,9 @@ use Exception;
  *
  * If you don't want the errors to also show up in the debug and error log, make sure you set
  * `'scopes' => false` for those two in your app.php file.
+ *
+ * In case you need custom 404 mappings for some additional custom exceptions, make use of `log404` option.
+ * It will overwrite the current defaults completely.
  */
 class ErrorHandler extends CoreErrorHandler {