VERB_code_2.2
2
|
#include <string>
#include <vector>
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | single_error |
class | error_msg |
Used to work with user's exeptions. It creates stack of error messages that can be catched 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.