Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4499466
throw.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
187 B
Referenced Files
None
Subscribers
None
throw.cjs
View Options
class Meow extends Error {
constructor() {
super('meow');
this.name = 'MeowError';
}
}
function meow() {
throw new Meow();
}
meow();
console.log('This should not print');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:02 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524002
Default Alt Text
throw.cjs (187 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment