|
libcaf
0.13.2
|
Base class for exceptions. More...
#include <exception.hpp>
Public Member Functions | |
| caf_exception (const caf_exception &)=default | |
| caf_exception & | operator= (const caf_exception &)=default |
| const char * | what () const noexcept |
| Returns the error message. | |
Protected Member Functions | |
| caf_exception (std::string &&what_str) | |
Creates an exception with the error string what_str. | |
| caf_exception (const std::string &what_str) | |
Creates an exception with the error string what_str. | |
Base class for exceptions.
1.8.9.1