Mark Scherer 10 years ago
parent
commit
5f0b0f1456
1 changed files with 3 additions and 0 deletions
  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 {