PLaSK library
|
Base class for all exceptions thrown by plask library. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
Exception (const std::string &msg) | |
template<typename... T> | |
Exception (const std::string &msg, const T &... args) | |
Format error message using format. | |
Base class for all exceptions thrown by plask library.
Definition at line 37 of file exceptions.hpp.
plask::Exception::Exception | ( | const std::string & | msg | ) |
msg | error message |
Definition at line 92 of file exceptions.cpp.
|
inline |
Format error message using format.
Definition at line 46 of file exceptions.hpp.