There's none of this, right now. It kind of just... lets Errors be thrown wherever. Simple, but not ideal.
Maybe if there was a callback for handling these things... Or maybe just letting functions throw their own errors is the right way to go in a library this small.
There's none of this, right now. It kind of just... lets Errors be thrown wherever. Simple, but not ideal.
Maybe if there was a callback for handling these things... Or maybe just letting functions throw their own errors is the right way to go in a library this small.
I'll think about it.