diff --git a/Performance.php b/Performance.php index 7b8e6b3..c110300 100644 --- a/Performance.php +++ b/Performance.php @@ -68,7 +68,7 @@ foreach($frameworks as $framework) { try { $document = new PhpDocument($testCaseFile, $fileContents, $index, $parser, $docBlockFactory, $definitionResolver); - } catch (\Exception $e) { + } catch (\Throwable $e) { continue; } }