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

com.github.twitch4j.eventsub.socket.conduit.exceptions.CreateConduitException Maven / Gradle / Ivy

package com.github.twitch4j.eventsub.socket.conduit.exceptions;

public final class CreateConduitException extends Exception implements ConduitSocketPoolException {
    public CreateConduitException(Exception cause) {
        super("Failed to create Conduit with helix for pool", cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy