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

it.auties.protobuf.exception.ProtobufException Maven / Gradle / Ivy

The newest version!
package it.auties.protobuf.exception;

public abstract class ProtobufException extends RuntimeException {
    public ProtobufException() {

    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy