mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 06:06:19 +00:00
Note about silencing errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user