Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

Use Ebbf for errors #276

Closed Rich2 closed 1 month ago

Rich2 commented 1 month ago

Replace EMon and EMon3 with Ebbf. Using Throwable for errors will bring us in closer alignment with the rest of the Scala ecosystem including ZIO.

Rich2 commented 1 month ago

Completed!