com.moengage.evaluator.InvalidFieldValueException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of condition-evaluator Show documentation
Show all versions of condition-evaluator Show documentation
Condition Evaluator for MoEngage Platform
package com.moengage.evaluator;
public class InvalidFieldValueException extends RuntimeException {
public InvalidFieldValueException(String exception){
super(exception);
}
}