io.socket.parser.DecodingException Maven / Gradle / Ivy
package io.socket.parser;
public class DecodingException extends RuntimeException {
public DecodingException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy