![]() |
MySQL 8.4.7
Source Code Documentation
|
#include <mysql/components/minimal_chassis.h>#include <mysql/components/services/mysql_runtime_error_service.h>#include <mysqld_error.h>#include <new>#include <stdexcept>Functions | |
| void | mysql_components_handle_std_exception (const char *funcname) |
| Checks if last thrown exception is any kind of standard exceptions, i.e. More... | |
| void mysql_components_handle_std_exception | ( | const char * | funcname | ) |
Checks if last thrown exception is any kind of standard exceptions, i.e.
the exceptions inheriting from std::exception. If so, reports an error message that states exception type and message. On any other thrown value it just reports general error.
| funcname | Name of the function where the error occurs. |