All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unidbg.arm.backend.dynarmic.DynarmicException Maven / Gradle / Ivy

The newest version!
package com.github.unidbg.arm.backend.dynarmic;

public class DynarmicException extends RuntimeException {

    public DynarmicException() {
        super();
    }

    public DynarmicException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy