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

io.smallrye.graphql.client.impl.DefaultErrorMessageProvider Maven / Gradle / Ivy

The newest version!
package io.smallrye.graphql.client.impl;

public class DefaultErrorMessageProvider implements ErrorMessageProvider {

    @Override
    public RuntimeException urlMissingErrorForNamedClient(String name) {
        return SmallRyeGraphQLClientMessages.msg.urlNotConfiguredForNamedClient(name);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy