C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | List of all members
timeout_rtc_handler::timeout_exception Class Referencefinal
Inheritance diagram for timeout_rtc_handler::timeout_exception:
[legend]
Collaboration diagram for timeout_rtc_handler::timeout_exception:
[legend]

Public Member Functions

 timeout_exception (const std::string &what="")
 

Detailed Description

Definition at line 33 of file exprtk_loop_timeout_rtc.cpp.

Constructor & Destructor Documentation

◆ timeout_exception()

timeout_rtc_handler::timeout_exception::timeout_exception ( const std::string &  what = "")
inline

Definition at line 37 of file exprtk_loop_timeout_rtc.cpp.

38 : std::runtime_error(what)
39 {}

The documentation for this class was generated from the following file: