|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Interpolation-specific errors. More...
#include <JanusError.hpp>


Public Member Functions | |
| InterpolationError (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. | |
Interpolation-specific errors.
|
inlineexplicit |
Construct with a descriptive message.
| what | Error description (automatically prefixed with "Interpolation:") |