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

com.github.zxl0714.redismock.expecptions.InternalException Maven / Gradle / Ivy

The newest version!
package com.github.zxl0714.redismock.expecptions;

/**
 * Created by Xiaolu on 2015/4/22.
 */
public class InternalException extends Exception {

    public InternalException() {
        super();
    }

    public InternalException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy