com.jparams.test.tostring.template.matcher.MatcherException Maven / Gradle / Ivy
package com.jparams.test.tostring.template.matcher;
public class MatcherException extends RuntimeException
{
public MatcherException(final String message)
{
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy