#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. |
Definition at line 25 of file error.h.
single_error::single_error | ( | string | code | ) | [inline] |
single_error::single_error | ( | string | code, | |
string | msg | |||
) | [inline] |
string single_error::code |
string single_error::msg |