diff --git a/src/Whoops/Run.php b/src/Whoops/Run.php index 9d4d7ea..78b5ffe 100644 --- a/src/Whoops/Run.php +++ b/src/Whoops/Run.php @@ -331,6 +331,7 @@ final class Run implements RunInterface $levelMatches = $level & $entry["levels"]; if ($pathMatches && $levelMatches) { // Ignore the error, abort handling + // See https://github.com/filp/whoops/issues/418 return true; } }