1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 10:05:00 +00:00
serenity/Base/home/anon/Source/js/throw.js

5 lines
57 B
JavaScript

try {
throw 123;
} catch (e) {
console.log(e);
}