1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 12:11:01 +00:00
serenity/Base/home/anon/Source/js/throw.js

5 lines
57 B
JavaScript

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