JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
88 stars 4 forks source link

Type `Exception` is not recognized #186

Closed JSAbrahams closed 4 years ago

JSAbrahams commented 4 years ago

Description of Bug

Type Exception is not recognized.

How to Reproduce

Exception("my message")

Expected behavior

The above should simply be treated as a constructor.

JSAbrahams commented 4 years ago

This has now been implemented, using the same fix outlined in #187, so once that fix has been merged this will automatically be fixed as well.