.TH "std::filesystem::filesystem_error" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::filesystem_error \- Exception type thrown by the Filesystem library\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::system_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfilesystem_error\fP (const \fBfilesystem_error\fP &)=default" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, const \fBpath\fP &__p2, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, const \fBpath\fP &__p1, \fBerror_code\fP __ec)" .br .ti -1c .RI "\fBfilesystem_error\fP (const \fBstring\fP &__what_arg, \fBerror_code\fP __ec)" .br .ti -1c .RI "const \fBerror_code\fP & \fBcode\fP () const noexcept" .br .ti -1c .RI "\fBfilesystem_error\fP & \fBoperator=\fP (const \fBfilesystem_error\fP &)=default" .br .ti -1c .RI "const \fBpath\fP & \fBpath1\fP () const noexcept" .br .ti -1c .RI "const \fBpath\fP & \fBpath2\fP () const noexcept" .br .ti -1c .RI "const char * \fBwhat\fP () const noexcept" .br .in -1c .SH "Detailed Description" .PP Exception type thrown by the Filesystem library\&. .PP Definition at line 705 of file bits/fs_path\&.h\&. .SH "Member Function Documentation" .PP .SS "const char* std::filesystem::filesystem_error::what () const\fC [virtual]\fP, \fC [noexcept]\fP" Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor)\&. .br .PP Reimplemented from \fBstd::runtime_error\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.