38 #ifndef PMEMOBJ_PEXCEPTIONS_HPP
39 #define PMEMOBJ_PEXCEPTIONS_HPP
42 #include <system_error>
55 using std::runtime_error::runtime_error;
65 using std::runtime_error::runtime_error;
76 using std::system_error::system_error;
86 using transaction_error::transaction_error;
96 using std::logic_error::logic_error;
106 using std::runtime_error::runtime_error;
Custom transaction error class.
Definition: pexceptions.hpp:94
Custom transaction error class.
Definition: pexceptions.hpp:104
Custom transaction error class.
Definition: pexceptions.hpp:63
Custom lock error class.
Definition: pexceptions.hpp:74
Custom pool error class.
Definition: pexceptions.hpp:53
Custom transaction error class.
Definition: pexceptions.hpp:84