Simple exception class, which stores a human-readable error description. More...
#include <common.h>
Public Member Functions | |
template<typename... Args> | |
NoriException (const char *fmt, const Args &... args) | |
Variadic template constructor to support printf-style arguments. | |
Simple exception class, which stores a human-readable error description.