SObjectizer 5.8
|
Helpers for handling unhandled exceptions from agent's event handlers. More...
#include <so_5/agent.hpp>
Go to the source code of this file.
Namespaces | |
namespace | so_5 |
Private part of message limit implementation. | |
namespace | so_5::impl |
Details of SObjectizer run-time implementations. | |
Functions | |
void | so_5::impl::process_unhandled_exception (current_thread_id_t working_thread_id, const std::exception &ex, agent_t &a_exception_producer) noexcept |
Processor of unhandled exception from agent's event handler. | |
void | so_5::impl::process_unhandled_unknown_exception (current_thread_id_t working_thread_id, agent_t &a_exception_producer) noexcept |
Processor of unhandled exception of unknown type from agent's event handler. | |
Helpers for handling unhandled exceptions from agent's event handlers.
Definition in file process_unhandled_exception.hpp.