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

com.badlogic.gdx.pay.GdxPayException Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.badlogic.gdx.pay;

public class GdxPayException extends RuntimeException {

    public GdxPayException(String message, Exception rootCause) {
        super(message, rootCause);
    }

    public GdxPayException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy