![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <exception>#include "YAPOG/Macros.hpp"#include "YAPOG/System/IOStream.hpp"#include "YAPOG/System/String.hpp"Go to the source code of this file.
Classes | |
| class | yap::Exception |
Namespaces | |
| namespace | yap |
Macros | |
| #define | YAPOG_EXCEPTION_MESSAGE_PREFIX |
| #define | YAPOG_THROW(MESSAGE) throw yap::Exception (YAPOG_EXCEPTION_MESSAGE_PREFIX MESSAGE) |
| #define YAPOG_EXCEPTION_MESSAGE_PREFIX |
Definition at line 10 of file Exception.hpp.
| #define YAPOG_THROW | ( | MESSAGE | ) | throw yap::Exception (YAPOG_EXCEPTION_MESSAGE_PREFIX MESSAGE) |
Definition at line 13 of file Exception.hpp.