autotier
Automatic Tiering Fuse Filesystem
|
43 const char *
what(
void)
const noexcept {
Throw this exception when the config file fails to open.
Definition: Exceptions.hpp:54
Throw this exception when Bytes::set() fails to parse string.
Definition: Exceptions.hpp:82
lib45d documentation (not included in this repo, see lib45d source)
Definition: main-page.dox:21
std::string what_
String containing explanation message.
Definition: Exceptions.hpp:95
Throw this exception when a config entry is missing.
Definition: Exceptions.hpp:63
const char * what(void) const noexcept
Return string containing explanation message.
Definition: Exceptions.hpp:43
ConfigException(std::string what)
Construct a new Exception object.
Definition: Exceptions.hpp:37
Exceptions thrown by this library.
Definition: Exceptions.hpp:30
Throw this exception when a ConfigGuard is constructed or get_from() is called when the config is alr...
Definition: Exceptions.hpp:73
std::string what_
String containing explanation message.
Definition: Exceptions.hpp:47
Throw this exception when Quota::parse_fraction() fails to parse string.
Definition: Exceptions.hpp:93
std::string what_
String containing explanation message.
Definition: Exceptions.hpp:84