|
pstore2
|
Provides a wrapper for std::system error which provides additional context for the associated error message. More...
#include <errno_exception.hpp>


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_exception & | operator= (errno_exception const &)=default |
| errno_exception & | operator= (errno_exception &&)=default |
Provides a wrapper for std::system error which provides additional context for the associated error message.
1.8.13