std::filesystem::filesystem_error (3) - Linux Manuals
std::filesystem::filesystem_error: std::filesystem::filesystem_error
NAME
std::filesystem::filesystem_error - std::filesystem::filesystem_error
Synopsis
Defined in header <filesystem>
class filesystem_error; (since C++17)
The class std::filesystem::filesystem_error defines an exception object that is thrown on failure by the throwing overloads of the functions in the filesystem library.
std-filesystem-filesystem error-inheritance.svg
Inheritance diagram
Member functions
constructor (public member function)
path1 (public member function)
path2
what (public member function)
Inherited from std::system_error
Member functions
code (public member function of std::system_error)
what returns explanatory string
[virtual]
Inherited from std::runtime_error
Inherited from std::exception
Member functions
destructor destroys the exception object
[virtual]
what returns an explanatory string
[virtual]
Example
This section is incomplete
Reason: no example