VERB_code_2.3
|
Hold some information about an error in the code. More...
#include <error.h>
Public Member Functions | |
single_error (string code) | |
Constructor. | |
single_error (string code, string msg) | |
Constructor. | |
Public Attributes | |
string | code |
Error code. | |
string | msg |
Error message. | |