mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-15 09:15:37 +00:00
The struct NimException still referred to the old exception type E_Base, which has since been renamed to Exception. This made the C++ backend fail on any code that used exceptions.