PLaSK library
|
Base class for all geometry exceptions thrown by plask library. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
template<typename... T> | |
GeometryException (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. | |
Base class for all geometry exceptions thrown by plask library.
Definition at line 273 of file exceptions.hpp.
|
inline |
Definition at line 275 of file exceptions.hpp.