1 2 3 4 5 6 7 8 9
discard """ output: "threw exception" """ import streams try: var fs = openFileStream("shouldneverexist.txt") except IoError: echo "threw exception"