2cdfe35e7 ^
5c94a9e1a ^
25e813b5d ^
c441cdb64 ^
1 2
3
4
5
6 7 8 9 10 11
12 13
discard """ file: "twrongexc.nim" outputsub: "Error: unhandled exception: [EInvalidValue]" exitcode: "1" """ try: raise newException(EInvalidValue, "") except EOverflow: echo("Error caught")