tink_core
tink_core copied to clipboard
tink.core.Error as haxe.Exception for haxe 4.1+?
Does it make sense for tink.core.Error to extend haxe.Exception when on Haxe 4.1? I known it's not always meant to be thrown (so it's not strictly an exception) but the functionality seems to be similar nevertheless and extending haxe.Exception would void wrapping it into one on throw and catch.
I don't know if it makes sense, but I wouldn't mind ;)