innogames / openfl

The "Open Flash Library" for fast 2D development
http://www.openfl.org
MIT License
6 stars 6 forks source link

support haxe.Exception #189

Open nadako opened 4 years ago

nadako commented 4 years ago

haxe 4.1 introduces unified base exception class: haxe.Exception and we should make use of it in both openfl and games (check message/stacktrace processing in error tracking)

nadako commented 4 years ago

This should be done after #194, because that will remove some nasty pokemon catches around stage callbacks.