25 #ifndef WLIBRARYFETCHFAILED_H
26 #define WLIBRARYFETCHFAILED_H
30 #include "../WException.h"
43 explicit WLibraryFetchFailed(
const std::string& msg =
"The symbol could not be fetched." );
54 #endif // WLIBRARYFETCHFAILED_H
virtual ~WLibraryFetchFailed()
Destructor.
WLibraryFetchFailed(const std::string &msg="The symbol could not be fetched.")
Default constructor.
Thrown whenever a symbol could not be fetched.