JKRhb / dtls2

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

fix: export `DtlsException` class #40

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

For some reason, the DtlsException class was not exported and therefore could not be used by library users. This PR fixes the problem.