fail

If you've set up your main() to handle the Fail exception (as shown in Fail's documentation, then call this to end your program with an error message in an exception-safe way.

void
fail
(
string msg
,
string file = __FILE__
,
int line = __LINE__
)

Meta