fourdst_plugin 0.0.1a
C++ Plugin Manager
|
Exception thrown when required plugin symbols cannot be found. More...
#include <exceptions.h>
Private Member Functions | |
PluginError (std::string error_message) | |
Construct a new PluginError with the given error message. | |
Additional Inherited Members | |
![]() | |
PluginError (std::string error_message) | |
Construct a new PluginError with the given error message. | |
char const * | what () const noexcept override |
Get the error message. | |
![]() | |
std::string | m_error_message |
The error message string. | |
Exception thrown when required plugin symbols cannot be found.
This exception is thrown when a plugin library doesn't contain the required symbols (create_plugin or destroy_plugin functions) or when the symbols cannot be resolved.
|
inlineexplicitprivate |
Construct a new PluginError with the given error message.
error_message | A descriptive message explaining the error condition |