org.seekay.contract.model.exception.ContractFailedException Maven / Gradle / Ivy
The newest version!
package org.seekay.contract.model.exception;
public class ContractFailedException extends RuntimeException {
public ContractFailedException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy