io.quarkiverse.openfga.client.model.FGAUnknownException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-openfga-client-model Show documentation
Show all versions of quarkus-openfga-client-model Show documentation
OpenFGA Client API model classes
The newest version!
package io.quarkiverse.openfga.client.model;
public class FGAUnknownException extends FGAException {
public FGAUnknownException() {
super("Unknown Error");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy