Skip to content
Snippets Groups Projects

Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.

Merged Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.
All threads resolved!
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -42,6 +42,7 @@ build:
@@ -42,6 +42,7 @@ build:
- ls -al modules/contrib/automatic_updates/
- ls -al modules/contrib/automatic_updates/
- ls -al modules/contrib/automatic_updates/src/
- ls -al modules/contrib/automatic_updates/src/
- ls -al /var/www/html/core/
- ls -al /var/www/html/core/
 
- git config --global --add safe.directory /var/www/html/modules/contrib/automatic_updates
- "modules/contrib/automatic_updates/commit-code-check.sh --drupalci"
- "modules/contrib/automatic_updates/commit-code-check.sh --drupalci"
# Restore the original permissions.
# Restore the original permissions.
- chmod 777 modules/contrib/automatic_updates/
- chmod 777 modules/contrib/automatic_updates/
Loading