shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

fix: override toString() in Exception classes #91

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

I noticed that currently the messages of the newly defined Exceptions are not displayed when they are thrown, because the toString() method is not overridden. This PR fixes the issue.