We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ef53f commit ed708d0Copy full SHA for ed708d0
src/main/java/io/visual_regression_tracker/sdk_java/TestRunException.java
@@ -1,6 +1,6 @@
1
package io.visual_regression_tracker.sdk_java;
2
3
-class TestRunException extends RuntimeException {
+public class TestRunException extends RuntimeException {
4
public TestRunException(String errorMessage) {
5
super(errorMessage);
6
}
0 commit comments