PLaSK library
|
Exception thrown by complex parser when complex number is ill-formated. More...
#include <plask/math.hpp>
Public Member Functions | |
IllFormatedComplex (const std::string &str_to_parse) | |
Constructor. | |
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. | |
Exception thrown by complex parser when complex number is ill-formated.
|
inline |