Atlas 0.7.0
Networking protocol for the Worldforge system.
|
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &d="UNKNOWN ERROR") noexcept | |
std::string | getDescription () const |
Base class for all exceptions thrown by Atlas-C++. All subclasses should pass in a description of the exceptional circumstance encountered.
Definition at line 17 of file Exception.h.
|
inlineexplicitnoexcept |
Definition at line 21 of file Exception.h.
|
inline |
Definition at line 26 of file Exception.h.