Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 131 Bytes

File metadata and controls

13 lines (10 loc) · 131 Bytes

Test case: Throw exceptions

JavaScript:

throw "New exception"

Python

raise Exception('New exception')