com.github.zxl0714.redismock.expecptions.EOFException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redis-mock Show documentation
Show all versions of redis-mock Show documentation
A simple redis java mock for unit testing.
The newest version!
package com.github.zxl0714.redismock.expecptions;
/**
* Created by Xiaolu on 2015/4/21.
*/
public class EOFException extends Exception {
public EOFException() {
super();
}
}