Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F299217
module.pmod
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 25, 10:05 PM
Size
218 B
Mime Type
text/plain
Expires
Fri, Dec 27, 10:05 PM (3 w, 5 d ago)
Engine
blob
Format
Raw Data
Handle
60842
Attached To
R148 fins
module.pmod
View Options
//!
void throw(program errtype, string|void message, mixed ... args)
{
mixed e;
if(message)
e = errtype(sprintf(message+"\n", @args), backtrace()[..<1]);
else
e = errtype();
predef::throw(e);
}
Event Timeline
Log In to Comment