org.openapitools.codegen.exceptions.ProtoBufIndexComputationException Maven / Gradle / Ivy
package org.openapitools.codegen.exceptions;
public class ProtoBufIndexComputationException extends Exception {
public ProtoBufIndexComputationException(String reason) {
super(reason);
}
}