mscherer 7 年 前
コミット
1fac073732
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/Error/ErrorHandlerTrait.php

+ 3 - 0
src/Error/ErrorHandlerTrait.php

@@ -28,6 +28,9 @@ use Cake\View\Exception\MissingViewException;
 trait ErrorHandlerTrait {
 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
 	 * @var array
 	 */
 	 */
 	protected static $blacklist = [
 	protected static $blacklist = [