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

com.xsolla.sdk.exception.WrongCommandException Maven / Gradle / Ivy

Go to download

An official PHP SDK for interacting with Xsolla HTTP API. Xsolla is the authorized reseller and merchant providing e-commerce services for online games.

The newest version!
package com.xsolla.sdk.exception;

public class WrongCommandException extends XsollaException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy