net.luminis.quic.impl.QuicError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kwik Show documentation
Show all versions of kwik Show documentation
A QUIC implementation in Java
package net.luminis.quic.impl;
// https://tools.ietf.org/html/draft-ietf-quic-transport-32#section-20
public class QuicError extends Exception {
}