Error Reporting Functions for Mocha


void warning (string msg);
Warn the author and the last editor with the given msg.

void error (string msg);
Signal an error with the given msg and terminate execution.


Return to Mocha's Main Page