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

com.shipdream.lib.android.mvc.MvcGraphException Maven / Gradle / Ivy

package com.shipdream.lib.android.mvc;

public class MvcGraphException extends RuntimeException {
    public MvcGraphException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy