Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit d919dae

Browse files
author
Nikhil Bhoski
committed
Removed experimental constructor
1 parent 669af9f commit d919dae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/mathworks/ci/MatlabVersionNotFoundException.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ public class MatlabVersionNotFoundException extends Exception {
1010
MatlabVersionNotFoundException(String errorMessage, Throwable err) {
1111
super(errorMessage, err);
1212
}
13-
MatlabVersionNotFoundException(String errorMessage) {
14-
super(errorMessage);
15-
}
1613
}

0 commit comments

Comments
 (0)