org.kubinity.soap.client.command.CommandInvokeException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soap-client Show documentation
Show all versions of soap-client Show documentation
Kubinity SOAP Client to communicate with TrinityCore SOAP Server
The newest version!
package org.kubinity.soap.client.command
class CommandInvokeException(message: String): Throwable(message) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy