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


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