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

com.silentgo.core.exception.AppInterceptException Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.exception;

/**
 * Project : silentgo
 * com.silentgo.core.exception
 *
 * @author    teddyzhu
 * 

* Created by teddyzhu on 16/8/22. */ public class AppInterceptException extends AppException { public AppInterceptException(String message) { super(message); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy