mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
made a broad catch even broader
Former-commit-id: 172c586e791458ca06ae9303a4dc4dadb2df6f33
This commit is contained in:
@@ -116,7 +116,7 @@ class DriverShim implements Driver {
|
||||
Method m = null;
|
||||
try {
|
||||
m = driver.getClass().getMethod("getParentLogger");
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
throw new SQLFeatureNotSupportedException();
|
||||
}
|
||||
if (m != null) {
|
||||
|
||||
Reference in New Issue
Block a user