autotier
Automatic Tiering Fuse Filesystem
|
Exceptions thrown by this library. More...
#include <Exceptions.hpp>
Public Member Functions | |
ConfigException (std::string what) | |
Construct a new Exception object. More... | |
const char * | what (void) const noexcept |
Return string containing explanation message. More... | |
Private Attributes | |
std::string | what_ |
String containing explanation message. | |
Exceptions thrown by this library.
Exceptions
|
inline |
Construct a new Exception object.
what | String containing explanation message |
|
inlinenoexcept |
Return string containing explanation message.