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

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

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

/**
 * Thrown by a purchase on an item that is already owned
 *
 * Created by Benjamin Schulte on 08.07.2018.
 */

public class ItemAlreadyOwnedException extends GdxPayException {

    public ItemAlreadyOwnedException() {
        super("Purchase failed: Item is already owned.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy