25 explicit JanusError(
const std::string &what) : std::runtime_error(
"[janus] " + what) {}
IntegrationError(const std::string &what)
Construct with a descriptive message.
Definition JanusError.hpp:65
InterpolationError(const std::string &what)
Construct with a descriptive message.
Definition JanusError.hpp:55
InvalidArgument(const std::string &what)
Construct with a descriptive message.
Definition JanusError.hpp:35
JanusError(const std::string &what)
Construct with a descriptive message.
Definition JanusError.hpp:25
RuntimeError(const std::string &what)
Construct with a descriptive message.
Definition JanusError.hpp:45
Definition Diagnostics.hpp:19