mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
examples: add C++ exception handling example
This commit is contained in:
@@ -119,4 +119,5 @@ Enabling exception handling normally increases application binary size by a few
|
||||
|
||||
If an exception is thrown, but there is no ``catch`` block, the program will be terminated by ``abort`` function, and backtrace will be printed. See :doc:`Fatal Errors <fatal-errors>` for more information about backtraces.
|
||||
|
||||
See :example:`system/cpp_exceptions` for an example of C++ exception handling.
|
||||
|
||||
|
Reference in New Issue
Block a user