mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
made a broad catch even broader
Former-commit-id: e9900933e58227f32b32b1562f17ae9bf50fe836
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