for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package com.hltech.pact.gen.domain.client.annotation;
public class MappingMethodCreationException extends RuntimeException {
public MappingMethodCreationException(String message, Throwable cause) {
super(message, cause);
}