|
Metis 2.0.0
High-performance C++20 dual-mode numerical framework
|
Base exception for all Metis errors. More...
#include <MetisError.hpp>


Public Member Functions | |
| MetisError (const std::string &what) | |
| Construct with a descriptive message. | |
Base exception for all Metis errors.
|
inlineexplicit |
Construct with a descriptive message.
| what | Error description (automatically prefixed with "[metis]") |