Exception class for handling DLL-related errors.
More...
#include <Exception.hpp>
|
|
std::string | _msg |
| | Error message.
|
| |
Exception class for handling DLL-related errors.
The DllException class is used to handle errors related to loading and managing DLLs.
◆ DllException()
| DllException::DllException |
( |
const std::string & |
msg | ) |
|
|
inline |
◆ what()
| const char * DllException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Returns the error message.
- Returns
- The error message.
The documentation for this class was generated from the following file: