use of com.tvd12.ezyfoxserver.exception.EzyMaxSessionException in project ezyfox-server by youngmonkeys.
the class EzyMaxSessionExceptionTest method test.
@Test
public void test() {
EzyMaxSessionException exception = new EzyMaxSessionException(1, 2);
System.out.print(exception.getMessage());
}
Aggregations