|
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.