VERB_code_2.3
|
#include <string>
#include <vector>
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | single_error |
Hold some information about an error in the code. More... | |
class | error_msg |
Error message - stack of single_errors. More... | |
Used to work with user's exceptions. It creates stack of error messages that can be caught and outputed to the screen. Initial error is generated somewhere, and passed to called function, where mode description can be added. That is stack.
Definition in file error.h.