9struct error : std::runtime_error {
10 using std::runtime_error::runtime_error;
Base class for all exceptions thrown by the md library.
Definition error.hpp:9
Thrown when a required key or path is not present in an Object.
Definition error.hpp:14
Thrown when a Value holds a different alternative than the caller demanded.
Definition error.hpp:19