PLaSK library
|
This exception is thrown if there is a problem with dimensions. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
template<typename... T> | |
DimensionError (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. | |
This exception is thrown if there is a problem with dimensions.
Definition at line 99 of file exceptions.hpp.
|
inline |
Definition at line 101 of file exceptions.hpp.