Custom exception for when there is an issue in creating a reaction object. More...
#include <InvalidInput.h>
Public Member Functions | |
InvalidReaction (const std::string &name, const std::string &message) | |
const char * | what () const noexcept override |
custom what for the custom error message | |
Custom exception for when there is an issue in creating a reaction object.
prism::InvalidReaction::InvalidReaction | ( | const std::string & | name, |
const std::string & | message ) |
name | the symbolic expression of the reaction that failed to be created |
message | an additional error message for more context |