Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::JanusError Class Reference

Base exception for all Janus errors. More...

#include <JanusError.hpp>

Inheritance diagram for janus::JanusError:
Collaboration diagram for janus::JanusError:

Public Member Functions

 JanusError (const std::string &what)
 Construct with a descriptive message.

Detailed Description

Base exception for all Janus errors.

See also
InvalidArgument, RuntimeError, InterpolationError, IntegrationError

Constructor & Destructor Documentation

◆ JanusError()

janus::JanusError::JanusError ( const std::string & what)
inlineexplicit

Construct with a descriptive message.

Parameters
whatError description (automatically prefixed with "[janus]")

The documentation for this class was generated from the following file: