Skip to content

Commit 508e748

Browse files
committed
Change to nullable
1 parent 5248a7d commit 508e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/co/kyash/vtl/VtlValidationFailureException.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package co.kyash.vtl
22

33
class VtlValidationFailureException(
4-
private val errorMessage: String
4+
private val errorMessage: String?
55
) : RuntimeException(errorMessage) {
66

77
companion object {

0 commit comments

Comments
 (0)