#include <error_base.h>
Inheritance diagram for Error::Program:
Public Methods | |
virtual | ~Program () |
Program (const std::string &fu_name, const std::string &desc) | |
Construct an program error. More... | |
virtual | operator std::string () |
Get an pretty error string. |
This can be used for extra error checking or if you want to catch illegal method calls ...
|
Construct an program error.
|