![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Base error for the multiprecision C++ port. More...
#include <line/util/error.h>
Public Member Functions | |
| Error (const std::string &what) | |
Base error for the multiprecision C++ port.
Nothing in the library calls exit() or prints to stderr on failure: the CLI catches these at main and the Python binding maps them to exceptions, so the same code path serves both.
|
inlineexplicit |
Definition at line 33 of file error.h.
Referenced by line::http::HttpError::HttpError(), line::InputError::InputError(), line::NumericError::NumericError(), line::sym::SymEngineError::SymEngineError(), line::UnsupportedError::UnsupportedError(), and line::ws::WsError::WsError().