#include <Library.hh>
Public Member Functions | |
| LibraryError () | |
| Standard constructor. Output of dlerror() stands for the reason. | |
| LibraryError (const std::string &msg) | |
| Standard constructor. | |
| LibraryError::LibraryError | ( | const std::string & | msg | ) |
Standard constructor.
Output of dlerror() stands for the reason.
| msg | The failing message. |
1.4.7