|
idle_detect
0.8.3.0
Provides overall idle detection for a linux computer
|
File system related exceptions. More...
#include <util.h>


Public Member Functions | |
| FileSystemException (const std::string &message, const std::filesystem::path &path) | |
| const std::filesystem::path & | path () const |
Public Member Functions inherited from EventIdleDetectException | |
| EventIdleDetectException (const std::string &message) | |
| EventIdleDetectException (const char *message) | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::filesystem::path | m_path |
Additional Inherited Members | |
Protected Attributes inherited from EventIdleDetectException | |
| std::string | m_message |
File system related exceptions.
1.8.14