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

io.github.meilisearch.client.response.exceptions.MeiliSearchException Maven / Gradle / Ivy

package io.github.meilisearch.client.response.exceptions;

public class MeiliSearchException extends RuntimeException {
    public MeiliSearchException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy