io.polyapi.client.error.injection.VariableInjectionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Java client library for Poly API
The newest version!
package io.polyapi.client.error.injection;
import io.polyapi.client.error.PolyApiLibraryException;
public class VariableInjectionException extends PolyApiLibraryException {
}