Note about silencing errors

This commit is contained in:
Denis Sokolov
2016-10-11 15:35:48 +03:00
parent a73177b6a6
commit e54d5af7b4
+1
View File
@@ -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;
}
}