![]() |
SSP21-CPP
|
#include <ssp21/util/Exception.h>
Public Member Functions | |
| Exception (const char *message) | |
| template<class T , class... Args> | |
| Exception (T t, Args... args) | |
Super class of std::runtime_error that allows message to be built dynamically
Definition at line 14 of file Exception.h.
1.8.15