.TH "std::experimental::filesystem::filesystem_error" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::filesystem::filesystem_error \- Exception type thrown by the Filesystem TS library\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::system_error\fP\&. .SS "Public Member Functions" .in +1c .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 "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 TS library\&. .PP Definition at line 696 of file experimental/bits/fs_path\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.