mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
CanteraError inerits from std:exception, so now it has a what() method that is used to print a message describing the exception. Adding an exception to the Cantera error stack now requires explicitly calling the .save() method.