LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::error Class Reference

The exception type synthesised and thrown when an llfio::result or llfio::outcome is no-value observed. More...

#include "status_code.hpp"

Inheritance diagram for llfio_v2_xxx::error:

Public Member Functions

 error (error_info _ei)
 Constructs from an error_info.
 

Public Attributes

error_info ei
 

Detailed Description

The exception type synthesised and thrown when an llfio::result or llfio::outcome is no-value observed.

Constructor & Destructor Documentation

◆ error()

llfio_v2_xxx::error::error ( error_info  _ei)
inlineexplicit

Constructs from an error_info.

606 : filesystem::filesystem_error(_ei.message(), _ei.path1(), _ei.path2(), make_error_code(_ei))
607 , ei(_ei)
608 {
609 }

The documentation for this class was generated from the following file: