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

io.permit.sdk.api.PermitContextError Maven / Gradle / Ivy

There is a newer version: 983f46e
Show newest version
package io.permit.sdk.api;

public class PermitContextError extends Exception {
    public PermitContextError(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy