@@ -96,8 +96,7 @@ |
||
96 | 96 | require_once $file; |
97 | 97 | } catch (\Exception $e) { |
98 | 98 | //skiping if the file cannot be loaded |
99 | - } |
|
100 | - catch (\Throwable $e) { |
|
99 | + } catch (\Throwable $e) { |
|
101 | 100 | //skiping if the file cannot be loaded |
102 | 101 | } |
103 | 102 |