mscherer 7 years ago
parent
commit
1fac073732
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Error/ErrorHandlerTrait.php

+ 3 - 0
src/Error/ErrorHandlerTrait.php

@@ -28,6 +28,9 @@ use Cake\View\Exception\MissingViewException;
 trait ErrorHandlerTrait {
 
 	/**
+	 * List of exceptions that are actually be treated as external 404s.
+	 * They should not go into the normal error log, but a separate 404 one.
+	 *
 	 * @var array
 	 */
 	protected static $blacklist = [