Closed JSAbrahams closed 4 years ago
Type Exception is not recognized.
Exception
Exception("my message")
The above should simply be treated as a constructor.
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.
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.