Newer
Older
minerva / Base / home / anon / Source / js / throw.js
@minerva minerva on 13 Jul 57 bytes Initial commit
try {
    throw 123;
} catch (e) {
    console.log(e);
}