std::experimental::filesystem::filesystem_error
From cppreference.com
                    
                                        
                    < cpp | experimental | fs
                    
                                                            
                    |   Defined in header  
<experimental/filesystem>
  | 
||
|   class filesystem_error; 
 | 
(filesystem TS) | |
An exception type thrown when errors are encountered.
| This section is incomplete Reason: add inheritance diagram  | 
[edit] Member functions
|   constructs the error object  (public member function)  | 
|
|    returns the paths that were involved in the operation that caused the error  (public member function)  | 
|
|    returns the explanatory string  (public member function)  | 
[edit] See also
| This section is incomplete |