blob: f4c0e0f6e0c76c5ab806cd002953d69cbe15277f [file] [log] [blame]
package org.apache.airavata.mft.secret.server.backend.custos;
public class CustosException extends RuntimeException {
public CustosException(String message, Throwable cause) {
super(message, cause);
}
}