com.badlogic.gdx.pay.RegionNotSupportedException Maven / Gradle / Ivy
package com.badlogic.gdx.pay;
public class RegionNotSupportedException extends GdxPayException {
public RegionNotSupportedException() {
super("Installation failed - Region not supported.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy