tech.deplant.jacki.framework.TvmExceptions Maven / Gradle / Ivy
package tech.deplant.jacki.framework;
import java.util.Map;
/**
* The type Tvm exceptions.
*/
public class TvmExceptions {
/**
* The Action exceptions.
*/
Map actionExceptions;
/**
* The Compute exceptions.
*/
Map computeExceptions;
}