Skip to content

Commit ed708d0

Browse files
oleg-rdpashidlos
andauthored
make TestRunException available outiside of the package (#105)
Co-authored-by: Pavel Strunkin <pashidlos@gmail.com>
1 parent 83ef53f commit ed708d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/visual_regression_tracker/sdk_java/TestRunException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.visual_regression_tracker.sdk_java;
22

3-
class TestRunException extends RuntimeException {
3+
public class TestRunException extends RuntimeException {
44
public TestRunException(String errorMessage) {
55
super(errorMessage);
66
}

0 commit comments

Comments
 (0)