#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 error in the code. More... | |
class | error_msg |
Error message - stack of single_error s. More... |
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. Wahtever....
Definition in file error.h.