com.github.hept59434091.reactor.rpc4j.exc.RpcClientException Maven / Gradle / Ivy
package com.github.hept59434091.reactor.rpc4j.exc;
public class RpcClientException extends RuntimeException {
public RpcClientException(String message) {
super(message);
}
}