PRISM
 v0.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
prism::InvalidReaction Class Reference

Custom exception for when there is an issue in creating a reaction object. More...

#include <InvalidInput.h>

Inheritance diagram for prism::InvalidReaction:

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
 

Detailed Description

Custom exception for when there is an issue in creating a reaction object.

Constructor & Destructor Documentation

◆ InvalidReaction()

prism::InvalidReaction::InvalidReaction ( const std::string & name,
const std::string & message )
Parameters
namethe symbolic expression of the reaction that failed to be created
messagean additional error message for more context

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