|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Input validation failed (e.g., mismatched sizes, invalid parameters). More...
#include <JanusError.hpp>


Public Member Functions | |
| InvalidArgument (const std::string &what) | |
| Construct with a descriptive message. | |
| Public Member Functions inherited from janus::JanusError | |
| JanusError (const std::string &what) | |
| Construct with a descriptive message. | |
Input validation failed (e.g., mismatched sizes, invalid parameters).
|
inlineexplicit |
Construct with a descriptive message.
| what | Error description |