PLaSK library
|
Exceptions of this class are thrownin cases of critical and very unexpected errors (possible plask bugs). More...
#include <plask/exceptions.hpp>
Public Member Functions | |
CriticalException (const std::string &msg) | |
template<typename... T> | |
CriticalException (const std::string &msg, const T &... args) | |
Public Member Functions inherited from plask::Exception | |
Exception (const std::string &msg) | |
template<typename... T> | |
Exception (const std::string &msg, const T &... args) | |
Format error message using format. | |
Exceptions of this class are thrownin cases of critical and very unexpected errors (possible plask bugs).
Definition at line 56 of file exceptions.hpp.
|
inline |
msg | error message |
Definition at line 59 of file exceptions.hpp.
|
inline |
Definition at line 62 of file exceptions.hpp.