pstore2
Public Member Functions | List of all members
pstore::errno_exception Class Referencefinal

Provides a wrapper for std::system error which provides additional context for the associated error message. More...

#include <errno_exception.hpp>

Inheritance diagram for pstore::errno_exception:
Inheritance graph
[legend]
Collaboration diagram for pstore::errno_exception:
Collaboration graph
[legend]

Public Member Functions

 errno_exception (int errcode, char const *message)
 
 errno_exception (int errcode, std::string const &message)
 
 errno_exception (errno_exception const &)=default
 
 errno_exception (errno_exception &&)=default
 
errno_exceptionoperator= (errno_exception const &)=default
 
errno_exceptionoperator= (errno_exception &&)=default
 

Detailed Description

Provides a wrapper for std::system error which provides additional context for the associated error message.


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