com.xsolla.sdk.exception.UnprocessableRequestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
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 UnprocessableRequestException extends XsollaException {
public UnprocessableRequestException(String message) {
super(message);
}
}