#include <error.h>
Inheritance diagram for Error::
Public Methods | |
Error (Line line, std::string module=_("unknown module"), std::string error_string=_("unknown error")) | |
template<class T> | Error (Line line, std::string module, std::string error_string, T what) |
Error (std::string module=_("unknown module"), std::string error_string=_("unknown error")) | |
std::string | str () |
Private Attributes | |
Line | line |
std::string | module |
std::string | error_string |
std::string | type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|