JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

feat: add `DtlsTimeoutException` #83

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

As discussed in https://github.com/JKRhb/dtls2/issues/80 (CC @Ifilehk), this PR adds a new DtlsTimeoutException class, which can be used both as a DtlsException and a regular TimeoutException.