
com.vk.api.sdk.exceptions.ApiParamUserIdException Maven / Gradle / Ivy
// Autogenerated from vk-api-schema. Please don't edit it manually.
package com.vk.api.sdk.exceptions;
public class ApiParamUserIdException extends ApiException {
public ApiParamUserIdException(String message) {
super(113, "Invalid user id", message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy