std::experimental::filesystem::filesystem_error::what
Min standard notice:
Returns the explanatory byte string that was stored in the exception object.
# Declarations
const char* what() const;
(filesystem TS)
Returns the explanatory byte string that was stored in the exception object.
const char* what() const;
(filesystem TS)