com.silentgo.core.exception.AppActionChainException Maven / Gradle / Ivy
package com.silentgo.core.exception;
/**
* Project : silentgo
* com.silentgo.core.exception
*
* @author teddyzhu
*
* Created by teddyzhu on 16/8/22.
*/
public class AppActionChainException extends AppException {
public AppActionChainException(String message) {
super(message);
}
}