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

io.socket.parser.DecodingException Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package io.socket.parser;

public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy