tink_core icon indicating copy to clipboard operation
tink_core copied to clipboard

tink.core.Error as haxe.Exception for haxe 4.1+?

Open nadako opened this issue 5 years ago • 1 comments

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.

nadako avatar Jun 08 '20 20:06 nadako

I don't know if it makes sense, but I wouldn't mind ;)

back2dos avatar Jun 08 '20 21:06 back2dos