mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-27 12:55:35 +01:00
fix: Change to catching "Throwable".
This commit is contained in:
parent
b404a2706b
commit
5753fef637
@ -34,7 +34,7 @@ class Plugin implements PluginEntryPointInterface
|
||||
$this->ingestFacadeStubs($registration, $app, $fake_filesystem, $view_factory, $cache_dir);
|
||||
$this->ingestMetaStubs($registration, $app, $fake_filesystem, $view_factory, $cache_dir);
|
||||
$this->ingestModelStubs($registration, $app, $fake_filesystem, $cache_dir);
|
||||
} catch (\Error $e) {
|
||||
} catch (\Throwable $t) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user