Main error-reporting class. More...
#include <libnebular.hpp>
Inherited by libnebular::ThrowableError.
Protected Member Functions | |
Error (const std::string &msg="") |
Main error-reporting class.
Intended only to be catched, protected from being thrown by arbitrary user. There's other class ThrowableError
for throwing.
Definition at line 233 of file libnebular.hpp.
libnebular::Error::Error | ( | const std::string & | msg = "" |
) | [protected] |
Definition at line 51 of file libnebular.cpp.