Page MenuHomePhorge

throw.cjs
No OneTemporary

Size
187 B
Referenced Files
None
Subscribers
None

throw.cjs

class Meow extends Error {
constructor() {
super('meow');
this.name = 'MeowError';
}
}
function meow() {
throw new Meow();
}
meow();
console.log('This should not print');

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 8:02 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524002
Default Alt Text
throw.cjs (187 B)

Event Timeline