Skip to content

Commit bbb8469

Browse files
authored
Merge pull request #1099 from HubSpot/addDeferredActivePredicateException
add DeferredActivePredicateException
2 parents af1ee12 + de5b230 commit bbb8469

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.hubspot.jinjava.interpret;
2+
3+
public class DeferredActivePredicateException extends DeferredValueException {
4+
5+
public DeferredActivePredicateException(String message) {
6+
super(message);
7+
}
8+
}

0 commit comments

Comments
 (0)