for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package com.hltech.vaunt.generator;
public class VauntGenerationException extends RuntimeException {
public VauntGenerationException(String message, Throwable reason) {
super(message, reason);
}