mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-09 04:28:30 -05: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.