
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