|
Reactions
0.1.2
Handling reaction trees and decays
|
Raised when trying to access a field that is not defined. More...
#include <exceptions.hpp>


Public Member Functions | |
| missing_fields_error (const char *msg) | |
| const char * | what () const noexcept |
Raised when trying to access a field that is not defined.
This kind of error is raised when a member is of type std::optional and an attempt is made to access it when it has not been defined.
|
inline |
|
inlinenoexcept |
1.8.13