error.h
ErrorException
class and the
error
function.
Class | |
This exception is thrown by calls to the error function. | |
Function | |
Signals an error condition in a program by throwing an ErrorException with the specified message. |
void error(string msg);
ErrorException
with the specified message.
Usage:
error(msg);